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

Simon Glass sjg at chromium.org
Thu Aug 13 04:56:20 CEST 2015


Hi,

On 10 August 2015 at 06:20, 魏晓萌 <weigui.xm at 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


More information about the U-Boot mailing list