Re: [U-Boot] [PATCH 2/3] davinci: da850evm: fix empty boot method list in the SPL

2016-11-17 Thread Tom Rini
On Wed, Nov 16, 2016 at 05:33:34PM +0100, Fabien Parent wrote: > The list of available boot method is not part of the binary which > prevent the SPL from booting u-boot or Linux. > > Add the missing .u_boot_list* sections to the binary to fix it. > > Signed-off-by: Fabien Parent Reviewed-by: T

[U-Boot] [PATCH 2/3] davinci: da850evm: fix empty boot method list in the SPL

2016-11-16 Thread Fabien Parent
The list of available boot method is not part of the binary which prevent the SPL from booting u-boot or Linux. Add the missing .u_boot_list* sections to the binary to fix it. Signed-off-by: Fabien Parent --- board/davinci/da8xxevm/u-boot-spl-da850evm.lds | 3 +++ 1 file changed, 3 insertions(+