Merge branch 'master' of /home/wd/git/u-boot/custodians
[oweals/u-boot.git] / board / hymod / u-boot.lds
index cb7b4ea0676c86da16db33d07361cd32fe153bae..2b7e54bf742c4ca8593fae4c860b79d5324388be 100644 (file)
@@ -65,7 +65,7 @@ SECTIONS
 
     . = env_offset;
 */
-    common/environment.o(.text)
+    common/env_embedded.o(.text)
 
     *(.text)
     *(.fixup)
@@ -140,7 +140,7 @@ SECTIONS
   . = ALIGN(256 * 1024);
   .ppcenv      :
   {
-    common/environment.o (.ppcenv)
+    common/env_embedded.o (.ppcenv)
   }
   _end = . ;
   PROVIDE (end = .);