linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [BUG] build error: undefined reference to `v7_cpu_resume'
@ 2013-10-31  0:54 Russell King - ARM Linux
  0 siblings, 0 replies; only message in thread
From: Russell King - ARM Linux @ 2013-10-31  0:54 UTC (permalink / raw)
  To: linux-arm-kernel

Last night, my autobuilder failed on one randconfig with this:

arch/arm/mach-imx/built-in.o: In function `imx6q_pm_enter':
platform-spi_imx.c:(.text+0x2648): undefined reference to `v7_cpu_resume'
make[1]: *** [vmlinux] Error 1
make[1]: Target `uImage' not remade because of errors.
make: *** [sub-make] Error 2
make: Target `uImage' not remade because of errors.

This is caused by CONFIG_SMP=n, CONFIG_PM=y, CONFIG_SOC_IMX6SL=y and
CONFIG_SOC_IMX6Q=n.  This results in pm-imx6q.c being built, which
references v7_cpu_resume, but that is only defined in headsmp.o.

Full config is available for the next 6 days via:
 http://www.arm.linux.org.uk/developer/build/file.php?type=config&idx=6442

Please fix. :)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-31  0:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-31  0:54 [BUG] build error: undefined reference to `v7_cpu_resume' Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).