mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7
cpu_init_crit can be skipped, but the code is still enabled requiring a platform to supply lowlevel_init. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Cc: Albert ARIBAUD <albert.aribaud@free.fr>
This commit is contained in:
parent
7eb29398c0
commit
22193540c1
@ -283,6 +283,7 @@ _rel_dyn_end_ofs:
|
|||||||
_dynsym_start_ofs:
|
_dynsym_start_ofs:
|
||||||
.word __dynsym_start - _start
|
.word __dynsym_start - _start
|
||||||
|
|
||||||
|
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
*
|
*
|
||||||
* CPU_init_critical registers
|
* CPU_init_critical registers
|
||||||
@ -327,6 +328,7 @@ cpu_init_crit:
|
|||||||
bl lowlevel_init @ go setup pll,mux,memory
|
bl lowlevel_init @ go setup pll,mux,memory
|
||||||
mov lr, ip @ restore link
|
mov lr, ip @ restore link
|
||||||
mov pc, lr @ back to my caller
|
mov pc, lr @ back to my caller
|
||||||
|
#endif
|
||||||
/*
|
/*
|
||||||
*************************************************************************
|
*************************************************************************
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user