]> git.sur5r.net Git - u-boot/blobdiff - board/cobra5272/u-boot.lds
cmd history: Match history buffer size to console buffer
[u-boot] / board / cobra5272 / u-boot.lds
index f99a236a316d681e18ec38a5c4c124eafe0998d1..7e716bb09a6ed55c0833619848b6686968305c33 100644 (file)
@@ -62,7 +62,7 @@ SECTIONS
     lib_generic/zlib.o         (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
-    common/environment.o       (.text)
+    common/env_embedded.o      (.text)
 
     *(.text)
     *(.fixup)
@@ -72,8 +72,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }