|
@@ -247,7 +247,6 @@ c_runtime_cpu_setup:
|
|
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
|
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
|
cpu_init_crit:
|
|
cpu_init_crit:
|
|
|
|
|
|
-#if !defined(CONFIG_TEGRA)
|
|
|
|
mov ip, lr
|
|
mov ip, lr
|
|
/*
|
|
/*
|
|
* before relocating, we have to setup RAM timing
|
|
* before relocating, we have to setup RAM timing
|
|
@@ -256,7 +255,6 @@ cpu_init_crit:
|
|
*/
|
|
*/
|
|
bl lowlevel_init
|
|
bl lowlevel_init
|
|
mov lr, ip
|
|
mov lr, ip
|
|
-#endif
|
|
|
|
|
|
|
|
mov pc, lr
|
|
mov pc, lr
|
|
#endif /* CONFIG_SKIP_LOWLEVEL_INIT */
|
|
#endif /* CONFIG_SKIP_LOWLEVEL_INIT */
|