]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/dave/PPChameleonEVB/u-boot.lds
* Configure PPChameleon board to use redundand environment in flash
[karo-tx-uboot.git] / board / dave / PPChameleonEVB / u-boot.lds
index 1ba6d1787cdff341908fb5552a8b1d1421acb912..f4feb33c297713a4e73933895c2ff8841cef9461 100644 (file)
@@ -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 = .);
 }