mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
0417ef17ac
The Embedded Artists COM board is based on NXP i.MX7ULP. It has a BD70528 PMIC from Rohm with discrete DCDC powering option and improved current observability (compared to the existing NXP i.MX7ULP EVK). Add the initial support for the board. Signed-off-by: Fabio Estevam <festevam@gmail.com>
12 lines
147 B
Text
12 lines
147 B
Text
if TARGET_MX7ULP_COM
|
|
|
|
config SYS_BOARD
|
|
default "mx7ulp_com"
|
|
|
|
config SYS_VENDOR
|
|
default "ea"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mx7ulp_com"
|
|
|
|
endif
|