altos: Move from newlib-nano to picolibc
[fw/altos] / src / stm32f4 / altos-loader.ld
index 5d6e1f4b14006ff037e2c988f564681c05cf4ab1..9a46987fa33969bb1b2ab3cc7bac742e02581da2 100644 (file)
@@ -68,7 +68,7 @@ SECTIONS {
        .textram BLOCK(8): {
                _start__ = .;
                __text_ram_start__ = .;
        .textram BLOCK(8): {
                _start__ = .;
                __text_ram_start__ = .;
-               *(.ramtext)
+               *(.srodata)
                __text_ram_end = .;
        } >ram AT>rom
 
                __text_ram_end = .;
        } >ram AT>rom