summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx25
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2011-09-05 04:32:28 +0000
committerWolfgang Denk <wd@denx.de>2011-09-07 21:41:27 +0200
commita4814a69d3bca6ee05f4bfc4c4e965e8fcd544e6 (patch)
treedee5379d7a265ab6c91a560252f83e7cacc1831a /arch/arm/include/asm/arch-mx25
parent99ffccbd3e5b7bc715e2eed6ea6d36f4020b56d8 (diff)
downloadtalos-obmc-uboot-a4814a69d3bca6ee05f4bfc4c4e965e8fcd544e6.tar.gz
talos-obmc-uboot-a4814a69d3bca6ee05f4bfc4c4e965e8fcd544e6.zip
Makefile : fix generation of cpu related asm-offsets.h
commit 0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47 breaks building on a different directory with the O= parameter. The patch wil fix this issue, generating always asm-offsets.h before the other targets. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Matthias Weisser <weisserm@arcor.de> CC: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mx25')
-rw-r--r--arch/arm/include/asm/arch-mx25/macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx25/macro.h b/arch/arm/include/asm/arch-mx25/macro.h
index 276c71ccd6..3b694daa19 100644
--- a/arch/arm/include/asm/arch-mx25/macro.h
+++ b/arch/arm/include/asm/arch-mx25/macro.h
@@ -31,7 +31,7 @@
#ifdef __ASSEMBLY__
#include <asm/arch/imx-regs.h>
-#include <asm/arch/asm-offsets.h>
+#include <generated/asm-offsets.h>
.macro init_aips
write32 IMX_AIPS1_BASE + AIPS_MPR_0_7, 0x77777777
OpenPOWER on IntegriCloud