[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:

committed by
Paul Mackerras

parent
d0f53fafc0
commit
2f1d489932
@@ -21,11 +21,6 @@
|
||||
#include "ops.h"
|
||||
#include "io.h"
|
||||
|
||||
extern char _start[];
|
||||
extern char _end[];
|
||||
extern char _dtb_start[];
|
||||
extern char _dtb_end[];
|
||||
|
||||
BSS_STACK(4096);
|
||||
|
||||
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5)
|
||||
|
Reference in New Issue
Block a user