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