On Fri, 3 Apr 2015, Marek Vasut wrote: > On Tuesday, March 31, 2015 at 12:01:11 AM, dingu...@opensource.altera.com > wrote: > > From: Dinh Nguyen <dingu...@opensource.altera.com> > > > > Add a stub s_init function in the board file. > > Why do you add this stub function ? The commit message should > clarify why the patch is needed. >
I get this error without this patch: make: *** [spl/u-boot-spl] Error 2 arch/arm/cpu/armv7/built-in.o: In function `lowlevel_init': /home/dinguyen/linux_dev/uboot-socfpga/arch/arm/cpu/armv7/lowlevel_init.S:57: undefined reference to `s_init' I got the idea that I needed to add this function from this commit "24a6bc010 arm: Reduce the scope of lowlevel_init()". Commit "e755d543 spl_atmel.c: Switch s_init to board_init_f" is alluding that lowlevel_init is morphing into s_init(), so for now, a stub s_init is needed? BR, Dinh _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot