mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
51a42bea52
This replaces TARGET_GE_B{4,6,8}50V3 with common TARGET_GE_BX50V3. The boards are identified automatically at runtime. Signed-off-by: Ian Ray <ian.ray@ge.com> Signed-off-by: Nandor Han <nandor.han@ge.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
18 lines
229 B
Text
18 lines
229 B
Text
if TARGET_GE_BX50V3
|
|
|
|
config IMX_CONFIG
|
|
default "board/ge/bx50v3/bx50v3.cfg"
|
|
|
|
config SYS_BOARD
|
|
default "bx50v3"
|
|
|
|
config SYS_VENDOR
|
|
default "ge"
|
|
|
|
config SYS_SOC
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ge_bx50v3"
|
|
|
|
endif
|