Shawn Guo
aec99b7bda
ARM: imx: fix build error with !CONFIG_SMP
...
Commit 68b2532 (ARM: imx: select HAVE_IMX_SRC when SMP is enabled)
introduces a build error with imx_v6_v7_defconfig when CONFIG_SMP is
deselected.
LINK vmlinux
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
arch/arm/mach-imx/built-in.o: In function `imx6q_restart':
platform-ahci-imx.c:(.text+0x448c): undefined reference to `imx_src_prepare_restart'
arch/arm/mach-imx/built-in.o: In function `imx6q_pm_enter':
platform-ahci-imx.c:(.text+0x4544): undefined reference to `imx_set_cpu_jump'
arch/arm/mach-imx/built-in.o: In function `imx6q_init_irq':
platform-ahci-imx.c:(.init.text+0xbef0): undefined reference to `imx_src_init'
make[1]: *** [vmlinux] Error 1
While the commit adds 'def_bool y if SMP' for HAVE_IMX_SRC, it should
not remove 'select HAVE_IMX_SRC' from SOC_IMX6Q, as the IMX6Q UP build
also needs HAVE_IMX_SRC. Add the HAVE_IMX_SRC select back for SOC_IMX6Q
to fix above build error.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2013-01-11 22:08:27 +08:00
..
2012-12-17 10:58:52 +01:00
2012-10-15 10:05:43 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 09:18:14 +08:00
2012-10-08 12:56:20 +02:00
2012-11-16 15:53:57 +01:00
2012-10-15 10:05:43 +08:00
2012-12-13 10:39:26 -08:00
2012-10-15 10:05:43 +08:00
2012-11-16 16:21:27 +01:00
2012-11-16 16:21:49 +01:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-12-17 10:51:45 +01:00
2012-05-02 12:08:20 +02:00
2012-10-15 10:05:43 +08:00
2012-06-04 15:23:47 +02:00
2012-11-22 15:32:39 +01:00
2012-09-12 11:46:51 +02:00
2012-11-22 15:32:39 +01:00
2012-11-12 12:11:17 +01:00
2012-10-15 10:05:43 +08:00
2011-11-16 08:37:37 +01:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:02:19 +08:00
2012-10-15 10:03:10 +08:00
2012-06-04 15:23:57 +02:00
2012-04-25 17:03:45 +02:00
2012-10-15 09:18:15 +08:00
2012-10-15 09:18:15 +08:00
2012-10-15 09:18:15 +08:00
2012-11-16 16:21:48 +01:00
2012-10-15 09:18:15 +08:00
2012-10-15 09:18:15 +08:00
2012-10-15 09:18:15 +08:00
2012-10-15 09:18:15 +08:00
2012-10-15 10:05:43 +08:00
2012-11-30 09:27:57 -08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-11-30 09:27:57 -08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 09:18:14 +08:00
2011-10-31 14:26:23 +01:00
2012-10-15 10:05:43 +08:00
2012-08-23 17:26:53 +02:00
2012-10-15 10:03:10 +08:00
2012-10-15 10:03:10 +08:00
2012-11-12 12:11:17 +01:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-11-22 09:15:26 +01:00
2012-10-15 10:05:43 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 09:18:14 +08:00
2012-10-15 10:03:11 +08:00
2012-10-15 10:03:11 +08:00
2012-10-15 10:02:19 +08:00
2012-10-15 10:05:43 +08:00
2013-01-11 22:08:27 +08:00
2012-11-16 14:18:52 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-12-13 10:39:26 -08:00
2012-12-12 12:14:06 -08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-11-22 09:15:26 +01:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:03:10 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-11-12 12:11:17 +01:00
2012-09-14 09:22:04 -05:00
2012-10-15 10:05:43 +08:00
2012-11-16 16:21:27 +01:00
2012-11-16 16:33:20 +01:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2011-10-31 14:26:23 +01:00
2012-09-14 11:17:21 +02:00
2010-06-30 08:59:44 +02:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-11-16 14:18:52 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-05-08 20:36:16 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-01-23 10:20:05 +00:00
2012-10-15 10:02:19 +08:00
2012-10-15 10:02:19 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:05:43 +08:00
2012-10-15 10:03:11 +08:00
2012-10-15 10:03:11 +08:00