mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-31 11:31:27 +02:00
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>
19 lines
204 B
Plaintext
19 lines
204 B
Plaintext
|
|
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
|