mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
b8ce6fe261
Add the initial SPL support for HummingBoard-i2eX, which is based on a MX6 Dual. For more information about HummingBoard, please check: http://www.solid-run.com/products/hummingboard/ Based on the work from Jon Nettleton and Rabeeh Khoury. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Reviewed-by: Tom Rini <trini@konsulko.com>
15 lines
181 B
Text
15 lines
181 B
Text
if TARGET_MX6CUBOXI
|
|
|
|
config SYS_BOARD
|
|
default "mx6cuboxi"
|
|
|
|
config SYS_VENDOR
|
|
default "solidrun"
|
|
|
|
config SYS_SOC
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mx6cuboxi"
|
|
|
|
endif
|