]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc, mpc83xx: Remove CONFIG_ELBC_BRx_ORx
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sun, 26 Feb 2023 09:44:09 +0000 (10:44 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 6 Mar 2023 22:05:40 +0000 (17:05 -0500)
commit7fdf8980570fc88c5dd3a58c548b9a5d2d21189f
treeef6c1d10f07ffbfe04c2d8520f4563cc2257cd81
parent38e63f7bc5a6d76db51d51658ccbb7ef8cca1594
powerpc, mpc83xx: Remove CONFIG_ELBC_BRx_ORx

Commit 31cb3d770f ("mpc83xx: Migrate CONFIG_SYS_{BR, OR}*_PRELIM to
Kconfig") converted CONFIG_SYS_{BRx/ORx}_PRELIM to Kconfig by
implementing a fine-grained selection of every bit in Kconfig.

But commit 05cda701a7 ("Convert CONFIG_SYS_BR0_PRELIM et al to
Kconfig") reworked it so that you now just have to provide the raw
value of each register in Kconfig. However, all fine-grained
Kconfig items remained allthough they are not used anymore.

Remove them all.

Fixes: 05cda701a7 ("Convert CONFIG_SYS_BR0_PRELIM et al to Kconfig")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
15 files changed:
arch/powerpc/cpu/mpc83xx/elbc/Kconfig
arch/powerpc/cpu/mpc83xx/elbc/Kconfig.elbc0 [deleted file]
arch/powerpc/cpu/mpc83xx/elbc/Kconfig.elbc1 [deleted file]
arch/powerpc/cpu/mpc83xx/elbc/Kconfig.elbc2 [deleted file]
arch/powerpc/cpu/mpc83xx/elbc/Kconfig.elbc3 [deleted file]
arch/powerpc/cpu/mpc83xx/elbc/Kconfig.elbc4 [deleted file]
configs/MPC837XERDB_defconfig
configs/gazerbeam_defconfig
configs/kmcoge5ne_defconfig
configs/kmeter1_defconfig
configs/kmopti2_defconfig
configs/kmsupx5_defconfig
configs/kmtepr2_defconfig
configs/tuge1_defconfig
configs/tuxx1_defconfig