tree: https://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git dt head: 6e903c856c98dabb890acf18c07497d375765cec commit: 014d73779642b676ae285ed44a159b1a2c20bde2 [8/13] m68k: implement an embedded devicetree for nonmmu config: m68k-randconfig-r122-20250215 (https://download.01.org/0day-ci/archive/20250217/202502170841.nS3ts5sF-lkp@xxxxxxxxx/config) compiler: m68k-linux-gcc (GCC) 14.2.0 reproduce: (https://download.01.org/0day-ci/archive/20250217/202502170841.nS3ts5sF-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202502170841.nS3ts5sF-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>):
arch/m68k/kernel/embedded_dtb.S:15:7: warning: "CONFIG_M547x" is not defined, evaluates to 0 [-Wundef]
15 | #elif CONFIG_M547x | ^~~~~~~~~~~~ vim +/CONFIG_M547x +15 arch/m68k/kernel/embedded_dtb.S 12 13 #ifdef CONFIG_M520x 14 .incbin "arch/m68k/boot/dts/mcf5208evb.dtb" > 15 #elif CONFIG_M547x -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki