mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 22:28:17 +01:00
This patch extends OMAP3 support for AM/DM37xx and introduces the AM3703-based Quipos Cairo board. Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> Reviewed-by: Simon Glass <sjg@chromium.org>
13 lines
148 B
Plaintext
13 lines
148 B
Plaintext
if TARGET_OMAP3_CAIRO
|
|
|
|
config SYS_BOARD
|
|
default "cairo"
|
|
|
|
config SYS_VENDOR
|
|
default "quipos"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "omap3_cairo"
|
|
|
|
endif
|