Re: [U-Boot] Implementing spl_start_uboot() for directly booting linux

2014-07-30 Thread Heshsham Abdul Basit
On 30 July 2014 13:56, Stefano Babic wrote: > Hi Abdul, > > On 30/07/2014 10:21, Heshsham Abdul Basit wrote: >> Hello, >> >> I am trying to directly boot the kernel i.e without u-boot, on my >> Xilinx Zynq based microzed board. >> >> >> I understand that for that I must implement the function >> s

Re: [U-Boot] Implementing spl_start_uboot() for directly booting linux

2014-07-30 Thread Stefano Babic
Hi Abdul, On 30/07/2014 10:21, Heshsham Abdul Basit wrote: > Hello, > > I am trying to directly boot the kernel i.e without u-boot, on my > Xilinx Zynq based microzed board. > > > I understand that for that I must implement the function > spl_start_uboot() in spl.c > > > > Right now the defi

[U-Boot] Implementing spl_start_uboot() for directly booting linux

2014-07-30 Thread Heshsham Abdul Basit
Hello, I am trying to directly boot the kernel i.e without u-boot, on my Xilinx Zynq based microzed board. I understand that for that I must implement the function spl_start_uboot() in spl.c Right now the definition is: #ifdef CONFIG_SPL_OS_BOOT int spl_start_uboot(void) { /* boot linux */