|
@@ -360,10 +360,7 @@ ENTRY(cpu_init_crit)
|
|
* basic memory. Go here to bump up clock rate and handle
|
|
* basic memory. Go here to bump up clock rate and handle
|
|
* wake up conditions.
|
|
* wake up conditions.
|
|
*/
|
|
*/
|
|
- mov ip, lr @ persevere link reg across call
|
|
|
|
- bl lowlevel_init @ go setup pll,mux,memory
|
|
|
|
- mov lr, ip @ restore link
|
|
|
|
- mov pc, lr @ back to my caller
|
|
|
|
|
|
+ b lowlevel_init @ go setup pll,mux,memory
|
|
ENDPROC(cpu_init_crit)
|
|
ENDPROC(cpu_init_crit)
|
|
#endif
|
|
#endif
|
|
|
|
|