mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
23830e98f5
As there is only one mx31pdk config file and with upcoming updates to the Kconfig parsing logic, rather than have an entry in board/freescale/mx31pdk/Kconfig, move this single setting to the defconfig file. Cc: Magnus Lilja <lilja.magnus@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Magnus Lilja <lilja.magnus@gmail.com>
15 lines
177 B
Text
15 lines
177 B
Text
if TARGET_MX31PDK
|
|
|
|
config SYS_BOARD
|
|
default "mx31pdk"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
default "mx31"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mx31pdk"
|
|
|
|
endif
|