Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/ppc/boards/pcm030/barebox.lds.S | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/ppc/boards/pcm030/barebox.lds.S b/arch/ppc/boards/pcm030/barebox.lds.S index ab99335..21bf4a7 100644 --- a/arch/ppc/boards/pcm030/barebox.lds.S +++ b/arch/ppc/boards/pcm030/barebox.lds.S @@ -55,6 +55,8 @@ SECTIONS .plt : { *(.plt) } .text : { + _text = .; + _stext = .; arch/ppc/mach-mpc5xxx/start.o (.text) *(.text*) *(.got1*) @@ -134,6 +136,7 @@ SECTIONS *(.bss*) *(COMMON) } + __bss_stop = .; _end = . ; PROVIDE (end = .); } -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox