altos: Mark .boot section as (NOLOAD)
[fw/altos] / src / stm / altos-loader.ld
index 2e36dce9cab630792fa6dcf01ed9eb721c8016b5..7184b96cfb24b8502510ab3d15b49d511ac1bc11 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS {
         * the application and bootloader share the same addresses.
         * This must be all uninitialized data
         */
-       .boot : {
+       .boot (NOLOAD) : {
                __boot_start__ = .;
                *(.boot)
                . = ALIGN(4);