diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-04-01 14:41:21 +0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 18:15:51 +0400 |
commit | 1341d34ffc296f98dc84876f35f3151525dc02a2 (patch) | |
tree | d120e94a2f189ebecfc974db6f0d56bc1963121e /arch/arm/mach-imx/Makefile.boot | |
parent | 8c8fdbc9bd9718b21146065de61c0cafdff11ecb (diff) | |
download | linux-1341d34ffc296f98dc84876f35f3151525dc02a2.tar.xz |
[ARM] remove arch-imx
arch-imx is superseeded by the MXC architecture support.
This patch removes arch/arm/mach-imx from the kernel.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Makefile.boot')
-rw-r--r-- | arch/arm/mach-imx/Makefile.boot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/Makefile.boot b/arch/arm/mach-imx/Makefile.boot deleted file mode 100644 index fd72ce5b8081..000000000000 --- a/arch/arm/mach-imx/Makefile.boot +++ /dev/null @@ -1,2 +0,0 @@ - zreladdr-$(CONFIG_ARCH_MX1ADS) := 0x08008000 - |