]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gaisler/gr_xc3s_1500/u-boot.lds
sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23]
[karo-tx-uboot.git] / board / gaisler / gr_xc3s_1500 / u-boot.lds
index ddd27d455e14f1d35fa6b48006b4c9d658d621fb..67222ac8e3045c8adbf4ab8db7869758edf395ac 100644 (file)
@@ -60,7 +60,7 @@ SECTIONS
                _text = .;
 
                *(.start)
-               cpu/leon3/start.o (.text)
+               arch/sparc/cpu/leon3/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
                . = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,
@@ -77,10 +77,8 @@ SECTIONS
                *(.gnu.warning)
 /*             *(.got1)*/
                . = ALIGN(16);
-               *(.rodata)
-               *(.rodata1)
-               *(.rodata.*)
                *(.eh_frame)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
        . = ALIGN(4);
        _etext = .;