aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/holly.c
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2007-08-20 13:39:58 -0400
committerPaul Mackerras <paulus@samba.org>2007-08-22 01:27:28 -0400
commit2f1d4899321be87bc5f0c4ee0e62c9d9ced05f80 (patch)
tree5e22af6c9ba7a508fd8d1c97673c8159f61f4e99 /arch/powerpc/boot/holly.c
parentd0f53fafc016b3f4f20f63ecf52f6df8774bcb3c (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/holly.c')
-rw-r--r--arch/powerpc/boot/holly.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/boot/holly.c b/arch/powerpc/boot/holly.c
index 7d6539f5e22c..199e783aea4d 100644
--- a/arch/powerpc/boot/holly.c
+++ b/arch/powerpc/boot/holly.c
@@ -21,11 +21,6 @@
21#include "ops.h" 21#include "ops.h"
22#include "io.h" 22#include "io.h"
23 23
24extern char _start[];
25extern char _end[];
26extern char _dtb_start[];
27extern char _dtb_end[];
28
29BSS_STACK(4096); 24BSS_STACK(4096);
30 25
31void platform_init(unsigned long r3, unsigned long r4, unsigned long r5) 26void platform_init(unsigned long r3, unsigned long r4, unsigned long r5)