mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
11f077bb20
This CONFIG option is used in one place, so pick a more direct name and migrate to Kconfig. Rework the code slightly. Cc: Priyanka Jain <priyanka.jain@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
15 lines
219 B
Text
15 lines
219 B
Text
if TARGET_MPC8548CDS
|
|
|
|
config SYS_BOARD
|
|
default "mpc8548cds"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "MPC8548CDS"
|
|
|
|
config TARGET_MPC8548CDS_LEGACY
|
|
bool "Legacy platform support"
|
|
|
|
endif
|