mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
d275c40c69
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>
12 lines
148 B
Text
12 lines
148 B
Text
if TARGET_OMAP3_CAIRO
|
|
|
|
config SYS_BOARD
|
|
default "cairo"
|
|
|
|
config SYS_VENDOR
|
|
default "quipos"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "omap3_cairo"
|
|
|
|
endif
|