summaryrefslogtreecommitdiff
path: root/board/dave/PPChameleonEVB/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/dave/PPChameleonEVB/u-boot.lds')
-rw-r--r--board/dave/PPChameleonEVB/u-boot.lds10
1 files changed, 7 insertions, 3 deletions
diff --git a/board/dave/PPChameleonEVB/u-boot.lds b/board/dave/PPChameleonEVB/u-boot.lds
index 1ba6d1787c..f4feb33c29 100644
--- a/board/dave/PPChameleonEVB/u-boot.lds
+++ b/board/dave/PPChameleonEVB/u-boot.lds
@@ -73,9 +73,6 @@ SECTIONS
lib_ppc/extable.o (.text)
lib_generic/zlib.o (.text)
-/* . = env_offset;*/
-/* common/environment.o(.text)*/
-
*(.text)
*(.fixup)
*(.got1)
@@ -142,6 +139,13 @@ SECTIONS
*(.bss)
*(COMMON)
}
+
+ . = 0xFFFF8000;
+ .ppcenv :
+ {
+ common/environment.o(.ppcenv);
+ }
+
_end = . ;
PROVIDE (end = .);
}