mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
ef26b53a11
Move this symbol to the board Kconfig file. Signed-off-by: Tom Rini <trini@konsulko.com>
15 lines
182 B
Text
15 lines
182 B
Text
if TARGET_MPC837XERDB
|
|
|
|
config PCIE
|
|
def_bool y
|
|
|
|
config SYS_BOARD
|
|
default "mpc837xerdb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "MPC837XERDB"
|
|
|
|
endif
|