Hi, On 10 August 2015 at 06:20, 魏晓萌 <weigui...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot