mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
987b8f614c
While this code is being used by all GE platforms its useful to have it behind a config option for hardware bringup of new platforms. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
20 lines
263 B
Text
20 lines
263 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"
|
|
|
|
source "board/ge/common/Kconfig"
|
|
|
|
endif
|