aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/u-boot-spl.lds')
-rw-r--r--arch/powerpc/cpu/mpc85xx/u-boot-spl.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds b/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds
index 04951825d4..27a5fe6306 100644
--- a/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds
+++ b/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds
@@ -18,7 +18,7 @@ PHDRS
18#endif 18#endif
19SECTIONS 19SECTIONS
20{ 20{
21 . = CONFIG_SPL_TEXT_BASE; 21 . = IMAGE_TEXT_BASE;
22 .text : { 22 .text : {
23 *(.text*) 23 *(.text*)
24 } 24 }
@@ -55,6 +55,7 @@ SECTIONS
55 . = ALIGN(8); 55 . = ALIGN(8);
56 __init_begin = .; 56 __init_begin = .;
57 __init_end = .; 57 __init_end = .;
58 _end = .;
58#ifdef CONFIG_SPL_SKIP_RELOCATE 59#ifdef CONFIG_SPL_SKIP_RELOCATE
59 . = ALIGN(4); 60 . = ALIGN(4);
60 __bss_start = .; 61 __bss_start = .;