4xx: Remove binary cpld bitstream from CMS700 board
[oweals/u-boot.git] / board / shannon / u-boot.lds
index 258bece23cf59813a511d23556e4da02ff940c25..13b7bb72202cbed880785e9bfa52e7f1b2fa4bbb 100644 (file)
@@ -36,7 +36,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }