Hi John

There was solved this problem
void (*kernel_entry)(int zero, int arch, uint params);
In this function sun7i arch number is 3893 and sun4i is 3495.

So I used sun7i arch number in the kernel_entry function.

    __inf("jump to kernel\n");
    wBoot_jump_to_linux(0, 3893, para_addr, kernal_addr);

Thanks for your help again.
Best Regards,
Ryang

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to