]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
ARM: imx: enable multi-platform build
authorShawn Guo <shawn.guo@linaro.org>
Mon, 17 Sep 2012 01:38:39 +0000 (09:38 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 15 Oct 2012 02:10:15 +0000 (10:10 +0800)
commitc5a0d4977f00ca18c49d46fdaff4b2cfeaa4eb28
tree2bea7a21542264bbb6b11b6ea5e31139e9ff45f3
parent69ac71d370b21cc52a2afd06f3a6d6d1da5edc75
ARM: imx: enable multi-platform build

It enables multi-platform build for imx.  With ARCH_MULTI_* options
coming to play, ARCH_MXC becomes an user invisible option, while
ARCH_IMX_V4_V5 and ARCH_IMX_V6_V7 get removed.  Both imx_v4_v5_defconfig
and imx_v6_v7_defconfig get updated to adopt the changes.

AUTO_ZRELADDR and ARM_PATCH_PHYS_VIRT are selected by ARCH_MXC now to
save the duplication.

Headers timex.h and uncompress.h are not needed for multi-platform
build.  Remove them.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/Kconfig
arch/arm/configs/imx_v4_v5_defconfig
arch/arm/configs/imx_v6_v7_defconfig
arch/arm/mach-imx/Kconfig
arch/arm/mach-imx/include/mach/timex.h [deleted file]
arch/arm/mach-imx/include/mach/uncompress.h [deleted file]