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
