summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-06-30 18:17:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-25 09:27:28 +0200
commit1c01f8c273602db436d1135b1c5101e906c5f346 (patch)
tree00fa7fb8277ed9bfc3c0a654e1d46061983b9c24 /arch/arm/mach-imx/Makefile
parent1240a7b0f61d060f16543f8f561b3b4690167dc9 (diff)
downloadbarebox-1c01f8c273602db436d1135b1c5101e906c5f346.tar.gz
barebox-1c01f8c273602db436d1135b1c5101e906c5f346.tar.xz
ARM i.MX: rename internal-nand-boot.c to external-nand-boot.c
Because that's what it is. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index 03e24218c1..89a89466ba 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -11,7 +11,7 @@ obj-$(CONFIG_ARCH_IMX6) += speed-imx6.o imx6.o iomux-v3.o
obj-$(CONFIG_IMX_CLKO) += clko.o
obj-$(CONFIG_IMX_IIM) += iim.o
obj-$(CONFIG_NAND_IMX) += nand.o
-obj-$(CONFIG_ARCH_IMX_EXTERNAL_BOOT_NAND) += internal-nand-boot.o
+obj-$(CONFIG_ARCH_IMX_EXTERNAL_BOOT_NAND) += external-nand-boot.o
obj-y += speed.o
obj-y += devices.o
obj-y += boot.o