altos: Use flash loader on all STM products
[fw/altos] / src / stm / altos-loader.ld
index 7184b96cfb24b8502510ab3d15b49d511ac1bc11..78649be2ca6557b8c4de4afc63b7e676d5a82e2e 100644 (file)
@@ -32,12 +32,7 @@ SECTIONS {
        .text : {
                __text_start__ = .;
                *(.interrupt)   /* Interrupt vectors */
-
-               . = ORIGIN(rom) + 0x100;
-
-               ao_romconfig.o(.romconfig*)
-               ao_product.o(.romconfig*)
-
+               *(.romconfig)
                *(.text)        /* Executable code */
                *(.rodata)      /* Constants */