diff options
author | Scott Wood <scottwood@freescale.com> | 2007-08-20 13:39:58 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-22 01:27:28 -0400 |
commit | 2f1d4899321be87bc5f0c4ee0e62c9d9ced05f80 (patch) | |
tree | 5e22af6c9ba7a508fd8d1c97673c8159f61f4e99 /arch/powerpc/boot/prpmc2800.c | |
parent | d0f53fafc016b3f4f20f63ecf52f6df8774bcb3c (diff) |
[POWERPC] bootwrapper: Move linker symbols into ops.h
Most of these were previously used by numerous C files and
redeclared in each one.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/prpmc2800.c')
-rw-r--r-- | arch/powerpc/boot/prpmc2800.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/boot/prpmc2800.c b/arch/powerpc/boot/prpmc2800.c index 5c6cd368056..9614e1db9da 100644 --- a/arch/powerpc/boot/prpmc2800.c +++ b/arch/powerpc/boot/prpmc2800.c | |||
@@ -21,10 +21,6 @@ | |||
21 | #include "gunzip_util.h" | 21 | #include "gunzip_util.h" |
22 | #include "mv64x60.h" | 22 | #include "mv64x60.h" |
23 | 23 | ||
24 | extern char _end[]; | ||
25 | extern char _vmlinux_start[], _vmlinux_end[]; | ||
26 | extern char _dtb_start[], _dtb_end[]; | ||
27 | |||
28 | #define KB 1024U | 24 | #define KB 1024U |
29 | #define MB (KB*KB) | 25 | #define MB (KB*KB) |
30 | #define GB (KB*MB) | 26 | #define GB (KB*MB) |