mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-24 15:21:43 +02:00
MPC837XERDB: Move CONFIG_PCIE to Kconfig
Move this symbol to the board Kconfig file. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
db48e52584
commit
ef26b53a11
@ -1,5 +1,8 @@
|
||||
if TARGET_MPC837XERDB
|
||||
|
||||
config PCIE
|
||||
def_bool y
|
||||
|
||||
config SYS_BOARD
|
||||
default "mpc837xerdb"
|
||||
|
||||
|
@ -147,7 +147,6 @@ CONFIG_LCRR_DBYP_PLL_BYPASSED=y
|
||||
CONFIG_LCRR_CLKDIV_8=y
|
||||
CONFIG_OF_BOARD_SETUP=y
|
||||
CONFIG_OF_STDOUT_VIA_ALIAS=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="PCIE"
|
||||
CONFIG_BOOTDELAY=6
|
||||
CONFIG_BOARD_LATE_INIT=y
|
||||
CONFIG_MISC_INIT_R=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user