• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision28bfc40ce9bfa47da5d84de15b23063af7606c95 (tree)
Time2014-02-07 12:18:06
AuthorBob Liu <lliubbo@gmai...>
CommiterSonic Zhang

Log Message

blackfin: init bss early

Signed-off-by: Bob Liu <lliubbo@gmail.com>
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>

Change Summary

Incremental Difference

--- a/arch/blackfin/cpu/start.S
+++ b/arch/blackfin/cpu/start.S
@@ -190,6 +190,7 @@ ENTRY(_start)
190190 call _memcpy_ASM;
191191 #endif
192192
193+.Lnorelocate:
193194 /* Initialize BSS section ... we know that memset() does not
194195 * use the BSS, so it is safe to call here. The bootrom LDR
195196 * takes care of clearing things for us.
@@ -202,7 +203,6 @@ ENTRY(_start)
202203 r2.h = __bss_len;
203204 call _memset;
204205
205-.Lnorelocate:
206206
207207 /* Setup the actual stack in external memory */
208208 sp.h = HI(CONFIG_STACKBASE);