summaryrefslogtreecommitdiff
path: root/configs/P2020RDB-PC_defconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-29 09:50:03 -0500
committerTom Rini <[email protected]>2022-12-29 13:31:30 -0500
commit88c2e9157c3ed2f66c83bb029e95fae3624cc57d (patch)
tree49ce1df62589e9b207dda657a282f3de307a594f /configs/P2020RDB-PC_defconfig
parentec9efcf62a1d0123dfd4419c56aa61d4ff69f0f5 (diff)
PowerPC: Update dependencies on *SYS_MPC85XX_NO_RESETVEC
In 96699f097a02 ("powerpc: mpc85xx: Use binman to embed dtb inside U-Boot") we introduce CONFIG_MPC85XX_HAVE_RESET_VECTOR and do so via Kconfig. However, much later in de47ff536363 ("Convert CONFIG_SYS_MPC85XX_NO_RESETVEC to Kconfig") I converted the symbol that is the inverse of this to Kconfig. This should have included a dependency on the first symbol as they are logically opposite. The dependency being missing lead to some platforms being broken at runtime due to discarding the require reset vector. Fixes: de47ff536363 ("Convert CONFIG_SYS_MPC85XX_NO_RESETVEC to Kconfig") Reported-by: Pali Rohár <[email protected]> Signed-off-by: Tom Rini <[email protected]> Tested-by: Pali Rohár <[email protected]>
Diffstat (limited to 'configs/P2020RDB-PC_defconfig')
-rw-r--r--configs/P2020RDB-PC_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/P2020RDB-PC_defconfig b/configs/P2020RDB-PC_defconfig
index ca9f4472884..612ac053fd6 100644
--- a/configs/P2020RDB-PC_defconfig
+++ b/configs/P2020RDB-PC_defconfig
@@ -11,7 +11,6 @@ CONFIG_SYS_INIT_RAM_LOCK=y
CONFIG_TARGET_P2020RDB=y
CONFIG_MPC85XX_HAVE_RESET_VECTOR=y
CONFIG_ENABLE_36BIT_PHYS=y
-CONFIG_SYS_MPC85XX_NO_RESETVEC=y
CONFIG_PCIE1=y
CONFIG_PCIE2=y
CONFIG_SYS_MONITOR_LEN=786432