Broken commit d433c74eecdce1e4952ef4e8c712a9289c0dfcc2

Pali Rohár pali at kernel.org
Fri Dec 23 22:56:20 CET 2022


On Thursday 22 December 2022 12:33:32 Tom Rini wrote:
> So, is it really just the 3 platforms that use p1_p2_rdb.h that need
> neither SDCARD nor SPIFLASH for the NAND and no extra suffix defconfigs?
> Or is it the P1010RDB ones too?

I have looked at d433c74eecdce1e4952ef4e8c712a9289c0dfcc2 again and for
sure also PBL platforms are affected. For example board P2041RDB_NAND
did not have SDCARD set before that commit and it has it set after that
commit. So complementary command (grep -v => grep) finds them:

$ for arch in `git grep 'config ARCH' arch/powerpc/cpu/mpc85xx/Kconfig | sed 's/.* //' | grep 'ARCH_T\|ARCH_P[345]\|ARCH_P204'`; do ./tools/moveconfig.py -f $arch SDCARD; done | grep -v ' matches\|^$'
P2041RDB_SDCARD P2041RDB_NAND
T1024RDB_SDCARD T1024RDB_NAND
T1042D4RDB_NAND T1042D4RDB_SDCARD
T2080RDB_revD_NAND T2080RDB_SDCARD T2080RDB_NAND T2080QDS_SDCARD T2080RDB_revD_SDCARD T2080QDS_NAND
T4240RDB_SDCARD

So all non-SDCARD defconfigs with high probability are affected. But
unfortunately I do not have any P3/P4/P5/T board for testing there.


More information about the U-Boot mailing list