summaryrefslogtreecommitdiff
path: root/configs/P1010RDB-PB_NOR_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-29 17:50:03 +0300
committerTom Rini <trini@konsulko.com>2022-12-29 21:31:30 +0300
commit88c2e9157c3ed2f66c83bb029e95fae3624cc57d (patch)
tree49ce1df62589e9b207dda657a282f3de307a594f /configs/P1010RDB-PB_NOR_defconfig
parentec9efcf62a1d0123dfd4419c56aa61d4ff69f0f5 (diff)
downloadu-boot-88c2e9157c3ed2f66c83bb029e95fae3624cc57d.tar.xz
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 <pali@kernel.org> Signed-off-by: Tom Rini <trini@konsulko.com> Tested-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'configs/P1010RDB-PB_NOR_defconfig')
-rw-r--r--configs/P1010RDB-PB_NOR_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/P1010RDB-PB_NOR_defconfig b/configs/P1010RDB-PB_NOR_defconfig
index 16c076bc9a..3eb61fbe07 100644
--- a/configs/P1010RDB-PB_NOR_defconfig
+++ b/configs/P1010RDB-PB_NOR_defconfig
@@ -10,7 +10,6 @@ CONFIG_SYS_INIT_RAM_LOCK=y
CONFIG_TARGET_P1010RDB_PB=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