build: Use rustc to link the binaries instead of gcc.
[gps-watch.git] / src / bootloader / bootloader-final.ld
index 56f20ccd227de3919a27fc6695785da63f73428c..a30e47d775a30837e6695c138bb5a735fd7c8bb1 100644 (file)
@@ -14,9 +14,6 @@ MEMORY
     : ORIGIN = 0x1fffe000, LENGTH = 0x08000
 }
 
-/* Library configurations */
-GROUP(libgcc.a libc.a libm.a libnosys.a)
-
 /* Linker script to place sections and symbol values. Should be used together
  * with other linker script that defines memory regions FLASH and RAM.
  * It references following symbols, which must be defined in code:
@@ -86,7 +83,7 @@ SECTIONS
                *(.rodata*)
 
                KEEP(*(.eh_frame*))
-       } > FLASH =0xff
+       } > FLASH =0xffffffff
 
        .ARM.extab :
        {