make sure app_start is always at the entry point
[open-ath9k-htc-firmware.git] / target_firmware / ram-magpie.ld
index 2cf7f303d18eee57d10d5449535abfd553e43b44..186f96bc35ca95009c7d20e914a93a2acb8505fd 100755 (executable)
@@ -203,6 +203,9 @@ SECTIONS
     /*_stack_sentry = ALIGN(0x8);*/
   } >dram_seg :dram_phdr
 
+  .boot :
+    { *(.boot) } > iram_seg :iram_phdr
+
   .text :
   {
     _stext = .;