commit | 1dff89a9c7fab71b43ba79cc1aa6c6dbad582a35 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Thu May 21 08:20:30 2009 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Thu May 21 16:39:05 2009 +0200 |
tree | c994f51ff18146375fddac4afae233915b6c5ab3 | |
parent | 6e3d4e1d16a19f8462beb5bfe5f2c464770e795e [diff] |
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>