Hi All,
On my custom board using a DM8168, Linux boot is reaching sysvinit after 3 minutes...
We traced down the issue to sys_arm.c not returning after calling the function kernel_execve().
There are some assembly line in this C-code. This assembly line code never returns.
We are wondering whether we are compiling with the right arch or CPU. Which arch should we be compiling Linux for a DM8168?
Has anybody an idead the source of the assembly code in the kernel_execve() not returning?
Thx
KB