
13 Aug
2015
13 Aug
'15
4:56 a.m.
Hi,
On 10 August 2015 at 06:20, 魏晓萌 weigui.xm@gmail.com wrote:
Does anyone know the location of "start" label? i find that arch/arm/cpu/armXXX/start.S starts with a "reset" label. It spend me a lot of time to find where the "start" lable is.
my u-boot version is 2015.07.
Do you mean _start?
You can use 'git grep [^_a-z]_start arch/arm' to find them.
arch/arm/lib/vectors.S:.globl _start
Regards, Simon