aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-22 14:21:53 -0400
committerTom Rini <trini@konsulko.com>2022-03-23 13:10:28 -0400
commitf324f9aee6cdaca41b1235463b476dd99ff68ed6 (patch)
tree69885cfd4a6ed71d710c5faed74ff7caec3e1760
parent1ae59553985c4e1a17cee44543a82c7290d6d7c7 (diff)
downloadu-boot-f324f9aee6cdaca41b1235463b476dd99ff68ed6.zip
u-boot-f324f9aee6cdaca41b1235463b476dd99ff68ed6.tar.gz
u-boot-f324f9aee6cdaca41b1235463b476dd99ff68ed6.tar.bz2
MPC837XERDB: Move CONFIG_PCIE to Kconfig
Move this symbol to the board Kconfig file. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--board/freescale/mpc837xerdb/Kconfig3
-rw-r--r--configs/MPC837XERDB_defconfig1
2 files changed, 3 insertions, 1 deletions
diff --git a/board/freescale/mpc837xerdb/Kconfig b/board/freescale/mpc837xerdb/Kconfig
index 03415f9..3779625 100644
--- a/board/freescale/mpc837xerdb/Kconfig
+++ b/board/freescale/mpc837xerdb/Kconfig
@@ -1,5 +1,8 @@
if TARGET_MPC837XERDB
+config PCIE
+ def_bool y
+
config SYS_BOARD
default "mpc837xerdb"
diff --git a/configs/MPC837XERDB_defconfig b/configs/MPC837XERDB_defconfig
index e83097b..32604fc 100644
--- a/configs/MPC837XERDB_defconfig
+++ b/configs/MPC837XERDB_defconfig
@@ -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