mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +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>
18 lines
204 B
Text
18 lines
204 B
Text
|
|
if TARGET_MX53PPD
|
|
|
|
config SYS_BOARD
|
|
default "mx53ppd"
|
|
|
|
config SYS_VENDOR
|
|
default "ge"
|
|
|
|
config SYS_SOC
|
|
default "mx5"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mx53ppd"
|
|
|
|
source "board/ge/common/Kconfig"
|
|
|
|
endif
|