[U-Boot] question: where is the "start" label of u-boot 2015 07

10 Aug
2015
10 Aug
'15
2:20 p.m.
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.

13 Aug
13 Aug
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
3560
Age (days ago)
3563
Last active (days ago)
1 comments
2 participants
participants (2)
-
Simon Glass
-
魏晓萌