aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/kexec.h
diff options
context:
space:
mode:
authorUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>2008-02-21 10:30:10 -0500
committerUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>2008-05-30 04:30:05 -0400
commit8ff7f2a46bd8831e1f1f2a694ec13921720180b7 (patch)
tree61b64eea438d94ce06e3609e2dc6e539029b6ffd /include/asm-arm/kexec.h
parent916941b2bfd9c4a8b66855f198ae16c3f51ef570 (diff)
There is no need to have BOOT_PARAMS_SIZE known outside of atags.c
atags.c was the only user of KEXEC_BOOT_PARAMS_SIZE and kexec.h was only included to get that definition. Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> Acked-by: Uli Luckas <u.luckas@road.de>
Diffstat (limited to 'include/asm-arm/kexec.h')
-rw-r--r--include/asm-arm/kexec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm/kexec.h b/include/asm-arm/kexec.h
index 47fe34d692da..c8986bb99ed5 100644
--- a/include/asm-arm/kexec.h
+++ b/include/asm-arm/kexec.h
@@ -14,8 +14,6 @@
14 14
15#define KEXEC_ARCH KEXEC_ARCH_ARM 15#define KEXEC_ARCH KEXEC_ARCH_ARM
16 16
17#define KEXEC_BOOT_PARAMS_SIZE 1536
18
19#define KEXEC_ARM_ATAGS_OFFSET 0x1000 17#define KEXEC_ARM_ATAGS_OFFSET 0x1000
20#define KEXEC_ARM_ZIMAGE_OFFSET 0x8000 18#define KEXEC_ARM_ZIMAGE_OFFSET 0x8000
21 19