kernel_optimize_test/arch/m68k
Greg Ungerer 2c08cae19d m68knommu: fix undefined reference to `_init_sp'
[ Upstream commit a71b9e66fee47c59b3ec34e652b5c23bc6550794 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-06-14 18:32:38 +02:00
..
68000
amiga
apollo
atari
bvme6000
coldfire m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined 2022-04-08 14:40:09 +02:00
configs
emu m68k: emu: Fix invalid free in nfeth_cleanup() 2021-09-15 09:50:27 +02:00
fpsp040
hp300
ifpsp060
include m68knommu: set ZERO_PAGE() to the allocated zeroed page 2022-06-14 18:32:38 +02:00
kernel m68k: Handle arrivals of multiple signals correctly 2021-10-17 10:43:32 +02:00
lib
mac
math-emu
mm
mvme16x m68k: mvme147,mvme16x: Don't wipe PCC timer config bits 2021-05-14 09:50:14 +02:00
mvme147 m68k: mvme147,mvme16x: Don't wipe PCC timer config bits 2021-05-14 09:50:14 +02:00
q40
sun3
sun3x
tools/amiga
install.sh
Kbuild
Kconfig
Kconfig.bus m68knommu: only set CONFIG_ISA_DMA_API for ColdFire sub-arch 2021-09-18 13:40:31 +02:00
Kconfig.cpu m68k: math-emu: Fix dependencies of math emulation support 2022-06-09 10:21:09 +02:00
Kconfig.debug
Kconfig.devices
Kconfig.machine m68knommu: fix undefined reference to `_init_sp' 2022-06-14 18:32:38 +02:00
Makefile