Hi, Alex, can this be the cause of the mount failures you got on the SD/TF support?
A better quick fix would be patching boot_usb to write zeros to boot_param before executing the kernel, or, if you have spare time, add boot parameters support to boot_usb. ;) On 8/23/07, Alex Zhang <[EMAIL PROTECTED]> wrote: > Dear Mike, > > cannot mount root to "3e00", > Fix it by commented this line in arch/arm/kernel/setup.c > > strlcpy(default_command_line, tag->u.cmdline.cmdline, COMMAND_LINE_SIZE); > > I met the same problem, I think it may be blob passes its cmdline to > kernel, it's not a bug. So I didn't commit this change to ML, because > it's just a temporary workaround for me before I find a root cause. > > Good luck, > AlexZhang > > -- EOF Daniel Ribeiro
