aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/cuboot-83xx.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/cuboot-83xx.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/cuboot-83xx.c')
-rw-r--r--arch/powerpc/boot/cuboot-83xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/cuboot-83xx.c b/arch/powerpc/boot/cuboot-83xx.c
index 296025d8b295..a0505509abcc 100644
--- a/arch/powerpc/boot/cuboot-83xx.c
+++ b/arch/powerpc/boot/cuboot-83xx.c
@@ -18,7 +18,6 @@
18#include "ppcboot.h" 18#include "ppcboot.h"
19 19
20static bd_t bd; 20static bd_t bd;
21extern char _dtb_start[], _dtb_end[];
22 21
23static void platform_fixups(void) 22static void platform_fixups(void)
24{ 23{