Skip to content

6.1.y-cip/arm: Add CONFIG_ARCH_INTEL_SOCFPGA,CONFIG_FPGA_MGR_SOCFPGA and...

srinuvasan Arjunan requested to merge srinu/compile_dts_for_socfppga_de0 into master

6.1.y-cip/arm: Add CONFIG_ARCH_INTEL_SOCFPGA,CONFIG_FPGA_MGR_SOCFPGA and CONFIG_POSIX_MQUEUE to siemens_de0-nano-soc_defconfig

When we boot the de0-nano-soc target with latest 6.1-cip kernels, it's not booted successfully and halted in the u-boot itself.

It throws the error as not able to load dtb file, actually we ar not compiling dts file hence dtb not generated.

Enabled CONFIG_ARCH_INTEL_SOCFPGA to compile required device tree files and also align few defconfig with 5.10.x kernel's defconfig.

Signed-off-by: Srinuvasan A srinuvasan.a@siemens.com

Merge request reports