summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/mx5/Makefile
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2011-07-07 03:37:06 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-14 15:41:24 +0200
commit0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47 (patch)
tree3b5c9093ce63a2b9f92fc95231ae30525ca3ced0 /arch/arm/cpu/armv7/mx5/Makefile
parent39f0023e81c27fc41cf19bde4ad9ed2ef8f13270 (diff)
downloadu-boot-imx-0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47.zip
u-boot-imx-0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47.tar.gz
u-boot-imx-0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47.tar.bz2
MX5: Update to autogenerated asm-offsets.h
On i.MX5, the asm-offsets.h file is not yet generated as it should be. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Matthias Weisser <weisserm@arcor.de>
Diffstat (limited to 'arch/arm/cpu/armv7/mx5/Makefile')
-rw-r--r--arch/arm/cpu/armv7/mx5/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx5/Makefile b/arch/arm/cpu/armv7/mx5/Makefile
index e8be9c9..6e13cc3 100644
--- a/arch/arm/cpu/armv7/mx5/Makefile
+++ b/arch/arm/cpu/armv7/mx5/Makefile
@@ -45,4 +45,6 @@ include $(SRCTREE)/rules.mk
sinclude $(obj).depend
+lowlevel_init.o : $(TOPDIR)/include/asm/arch/asm-offsets.h
+
#########################################################################