[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>
This commit is contained in:
Scott Wood
2007-08-21 03:39:58 +10:00
committed by Paul Mackerras
parent d0f53fafc0
commit 2f1d489932
11 changed files with 10 additions and 35 deletions

View File

@@ -19,16 +19,6 @@
#include "flatdevtree.h"
#include "reg.h"
extern char _start[];
extern char __bss_start[];
extern char _end[];
extern char _vmlinux_start[];
extern char _vmlinux_end[];
extern char _initrd_start[];
extern char _initrd_end[];
extern char _dtb_start[];
extern char _dtb_end[];
static struct gunzip_state gzstate;
struct addr_range {