Kernel commit d19d5efd8c8840aa4f38a6dfbfe500d8cc27de46 removed the Kernel config setting "CONFIG_PPC_OF". We have these changes in our sources but the BSPs still reference that option. $:~/proiecte/8_004_ppc/build/linux-windriver/kernel-meta/bsp$ grep -Ril "CONFIG_PPC_OF" fsl-ls10xx/mmc-esdhc-add-esdhc-support-on-ls1021a-qds.patch fsl-ls10xx/mmc-esdhc-add-eMMC-DDR-mode-support-for-t2080qds.patch fsl-ls10xx/esdhc-mmc-Add-LS1021A-SD-support.patch fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg qemu-ppc32/qemu-platform-v2.patch "CONFIG_PPC_OF=y" I have checked the sources and inside b/arch/powerpc/kernel/Makefile we have removed the "-obj-$(CONFIG_PPC_OF) += of_platform.o prom_parse.o" just like in the patch.
$:~/proiecte/8_004_ppc/build/linux-windriver/kernel-meta/bsp$ grep -Ril "CONFIG_PPC_OF" fsl-ls10xx/mmc-esdhc-add-esdhc-support-on-ls1021a-qds.patch fsl-ls10xx/mmc-esdhc-add-eMMC-DDR-mode-support-for-t2080qds.patch fsl-ls10xx/esdhc-mmc-Add-LS1021A-SD-support.patch fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg qemu-ppc32/qemu-platform-v2.patch