I am going through the arch/arm/cpu/armv7/start.S in u-boot code base and was expecting a call to start_armboot in start.s after these below calls
bl cpu_init_cp15
bl cpu_init_crit
But I couldn't find any such call(start_armboot) there.I am interested in knowing part of code in start.s where C environment has been set and call to .c file is made(in case of omap board,call to /arch/arm/cpu/armv7/ omap4 /board.c has been made from start.s but which instruction do this in start.s).
My platform is keystone 2 based.
Can any one help in going through the start.S.
Thanks
Amit