summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorMarc Reilly <marc@cpdesign.com.au>2011-01-18 09:36:47 +1100
committerSascha Hauer <s.hauer@pengutronix.de>2011-01-19 09:37:23 +0100
commitc69f625a7199a35fdd108a1025532589b914149b (patch)
tree4971f57e6b4f1b7ca7e07c734206e0c89996b957 /arch/arm/mach-imx/Makefile
parent860887801360add59777ead18377af888d90b6d2 (diff)
downloadbarebox-c69f625a7199a35fdd108a1025532589b914149b.tar.gz
barebox-c69f625a7199a35fdd108a1025532589b914149b.tar.xz
imx(25,35): save boot location into $barebox_loc env.
Saves the boot source into an environment variable so env scripts can more easily use boot source information. Note only tested on imx35. I haven't added support for any other variants because I'm not familiar with them. (And can't test them anyway). Signed-off-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index d000683863..3b2deafb2e 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -11,3 +11,4 @@ obj-$(CONFIG_IMX_IIM) += iim.o
obj-$(CONFIG_NAND_IMX) += nand.o
obj-y += speed.o
obj-y += devices.o
+obj-y += boot.o