X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=cpu%2Farm920t%2Fstart.S;h=346f0d09ea77a18b2c9a7b2a3d08a078a9aa4741;hb=e862ed1c22a9aa79835fc4b5f57b4261196a7fac;hp=4603cf573376fdfaa5b7b88933c6b1190591976a;hpb=87cb6862b94e342d6c99467e0dbb0d4f625cc7ef;p=u-boot diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S index 4603cf5733..346f0d09ea 100644 --- a/cpu/arm920t/start.S +++ b/cpu/arm920t/start.S @@ -237,6 +237,7 @@ _start_armboot: .word start_armboot */ +#ifndef CONFIG_SKIP_LOWLEVEL_INIT cpu_init_crit: /* * flush v4 I/D caches @@ -264,7 +265,7 @@ cpu_init_crit: bl lowlevel_init mov lr, ip mov pc, lr - +#endif /* CONFIG_SKIP_LOWLEVEL_INIT */ /* *************************************************************************