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)
commit1dff89a9c7fab71b43ba79cc1aa6c6dbad582a35
treec994f51ff18146375fddac4afae233915b6c5ab3
parent6e3d4e1d16a19f8462beb5bfe5f2c464770e795e
microblaze: Fix early cmdline for CMDLINE_FORCE

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