aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/fpsp040
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@linux-m68k.org>2022-05-13 17:27:39 +1000
committerGreg Ungerer <gerg@linux-m68k.org>2022-05-16 16:34:19 +1000
commita71b9e66fee47c59b3ec34e652b5c23bc6550794 (patch)
treeacd598be796e4e4354d8688783c2740ad7a099a6 /arch/m68k/fpsp040
parentm68knommu: allow elf_fdpic loader to be selected (diff)
downloadlinux-dev-a71b9e66fee47c59b3ec34e652b5c23bc6550794.tar.xz
linux-dev-a71b9e66fee47c59b3ec34e652b5c23bc6550794.zip
m68knommu: fix undefined reference to `_init_sp'
When configuring a nommu classic m68k system enabling the uboot parameter passing support (CONFIG_UBOOT) will produce the following compile error: m68k-linux-ld: arch/m68k/kernel/uboot.o: in function `process_uboot_commandline': uboot.c:(.init.text+0x32): undefined reference to `_init_sp' The logic to support this option is only used on ColdFire based platforms (in its head.S startup code). So make the selection of this option depend on building for a ColdFire based platform. Reported-by: kernel test robot <lkp@intel.com> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/fpsp040')
0 files changed, 0 insertions, 0 deletions