microblaze: Fix early cmdline for CMDLINE_FORCE
authorMichal Simek <monstr@monstr.eu>
Thu, 21 May 2009 06:20:30 +0000 (08:20 +0200)
committerMichal Simek <monstr@monstr.eu>
Thu, 21 May 2009 14:39:05 +0000 (16:39 +0200)
This patch fixed parsing early parameters because
current implementation does that early parse DTS
command line and then parse CMDLINE line which is compiled-in.

For case that DTS doesn't contain command line is
copied command line from kernel with is done in prom.c
that's why I can remove it from machine_early_init.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/prom.c
arch/microblaze/kernel/setup.c

Simple merge
Simple merge