-
- Downloads
powerpc: Fix incorrect SYS_IMMR migration values
When migrating SYS_IMMR, I didn't allow for boards to provide non-default values here. This lead to an incorrect migration on the platforms where CONFIG_SYS_IMMR is set to CONFIG_SYS_CCSRBAR and CONFIG_SYS_CSSRBAR is NOT the same as CONFIG_SYS_CCSRBAR_DEFAULT. Add text to the prompt so that non-default values can be used and re-migrate the platforms that have CONFIG_SYS_IMMR=CONFIG_SYS_CSSRBAR where CONFIG_SYS_CSSRBAR != CONFIG_SYS_CCSRBAR_DEFAULT. Fixes: be7dbb60 ("Convert CONFIG_SYS_IMMR 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>
Showing
- arch/Kconfig 1 addition, 1 deletionarch/Kconfig
- configs/MPC8548CDS_36BIT_defconfig 1 addition, 0 deletionsconfigs/MPC8548CDS_36BIT_defconfig
- configs/MPC8548CDS_defconfig 1 addition, 0 deletionsconfigs/MPC8548CDS_defconfig
- configs/MPC8548CDS_legacy_defconfig 1 addition, 0 deletionsconfigs/MPC8548CDS_legacy_defconfig
- configs/P1010RDB-PA_36BIT_NAND_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PA_36BIT_NAND_defconfig
- configs/P1010RDB-PA_36BIT_NOR_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PA_36BIT_NOR_defconfig
- configs/P1010RDB-PA_36BIT_SDCARD_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PA_36BIT_SDCARD_defconfig
- configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
- configs/P1010RDB-PA_NAND_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PA_NAND_defconfig
- configs/P1010RDB-PA_NOR_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PA_NOR_defconfig
- configs/P1010RDB-PA_SDCARD_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PA_SDCARD_defconfig
- configs/P1010RDB-PA_SPIFLASH_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PA_SPIFLASH_defconfig
- configs/P1010RDB-PB_36BIT_NAND_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PB_36BIT_NAND_defconfig
- configs/P1010RDB-PB_36BIT_NOR_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PB_36BIT_NOR_defconfig
- configs/P1010RDB-PB_36BIT_SDCARD_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PB_36BIT_SDCARD_defconfig
- configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
- configs/P1010RDB-PB_NAND_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PB_NAND_defconfig
- configs/P1010RDB-PB_NOR_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PB_NOR_defconfig
- configs/P1010RDB-PB_SDCARD_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PB_SDCARD_defconfig
- configs/P1010RDB-PB_SPIFLASH_defconfig 1 addition, 0 deletionsconfigs/P1010RDB-PB_SPIFLASH_defconfig
Loading
Please register or sign in to comment