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
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
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 */
3 matches
Mail list logo