diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-04-08 09:06:43 (GMT) |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-05-19 11:11:30 (GMT) |
commit | 7db4d88206e20b8d91e8e7bba3b79805a1b1a98d (patch) | |
tree | 772eb127960e562cc70c101ad058d07457a938cf /arch/arm/configs/mx51_defconfig | |
parent | 91350f6677f988b2342b214338520d1c3ed1ea0e (diff) | |
download | linux-7db4d88206e20b8d91e8e7bba3b79805a1b1a98d.tar.xz |
ARM: mxc: don't allow to compile together i.MX51 and i.MX53
The two SoCs have different PHYS_OFFSETs so it's not (yet) possible to
compile a single (working) kernel for these.
LAKML-Reference: 1302464943-20721-4-git-send-email-u.kleine-koenig@pengutronix.de
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs/mx51_defconfig')
-rw-r--r-- | arch/arm/configs/mx51_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/mx51_defconfig b/arch/arm/configs/mx51_defconfig index e3c9032..0ace16c 100644 --- a/arch/arm/configs/mx51_defconfig +++ b/arch/arm/configs/mx51_defconfig @@ -13,7 +13,7 @@ CONFIG_MODULE_SRCVERSION_ALL=y # CONFIG_LBDAF is not set # CONFIG_BLK_DEV_BSG is not set CONFIG_ARCH_MXC=y -CONFIG_ARCH_MX5=y +CONFIG_ARCH_MX51=y CONFIG_MACH_MX51_BABBAGE=y CONFIG_MACH_MX51_3DS=y CONFIG_MACH_EUKREA_CPUIMX51=y |