summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/cpu/bootrom-asm-offsets.c.in
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:13 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:25 +0200
commitc6fb83d21729321426308c3acff2a3dfb20d250b (patch)
tree85b569582345fdd9361d8524df08e92251c84a59 /arch/blackfin/cpu/bootrom-asm-offsets.c.in
parenta4145534851bf74619cb373a942613a74547bb82 (diff)
downloadtalos-obmc-uboot-c6fb83d21729321426308c3acff2a3dfb20d250b.tar.gz
talos-obmc-uboot-c6fb83d21729321426308c3acff2a3dfb20d250b.zip
blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'arch/blackfin/cpu/bootrom-asm-offsets.c.in')
-rw-r--r--arch/blackfin/cpu/bootrom-asm-offsets.c.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/blackfin/cpu/bootrom-asm-offsets.c.in b/arch/blackfin/cpu/bootrom-asm-offsets.c.in
new file mode 100644
index 0000000000..3146e46674
--- /dev/null
+++ b/arch/blackfin/cpu/bootrom-asm-offsets.c.in
@@ -0,0 +1,12 @@
+/* A little trick taken from the kernel asm-offsets.h where we convert
+ * the C structures automatically into a bunch of defines for use in
+ * the assembly files.
+ */
+
+#include <linux/stddef.h>
+#include <asm/mach-common/bits/bootrom.h>
+
+#define _DEFINE(sym, val) asm volatile("\n->" #sym " %0 " #val : : "i" (val))
+#define DEFINE(s, m) _DEFINE(offset_##s##_##m, offsetof(s, m))
+
+int main(int argc, char *argv[])
OpenPOWER on IntegriCloud