[U-Boot] [PATCHv3 10/17] arm: socfpga: spl: Add s_init stub

Dinh Nguyen dinguyen at opensource.altera.com
Tue Apr 7 16:31:43 CEST 2015


On Fri, 3 Apr 2015, Marek Vasut wrote:

> On Tuesday, March 31, 2015 at 12:01:11 AM, dinguyen at opensource.altera.com wrote:
> > From: Dinh Nguyen <dinguyen at 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


More information about the U-Boot mailing list