|
@@ -105,9 +105,9 @@ flush_dcache:
|
|
|
/*
|
|
|
* Go setup Memory and board specific bits prior to relocation.
|
|
|
*/
|
|
|
- mov ip, lr /* perserve link reg across call */
|
|
|
+ mov r4, lr /* perserve link reg across call */
|
|
|
bl lowlevel_init /* go setup pll,mux,memory */
|
|
|
- mov lr, ip /* restore link */
|
|
|
+ mov lr, r4 /* restore link */
|
|
|
#endif
|
|
|
mov pc, lr /* back to my caller */
|
|
|
#endif /* CONFIG_SKIP_LOWLEVEL_INIT */
|