commit | da5553b095bf04f4f109ad7e565dae3aba47b230 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Nov 27 17:04:06 2006 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Nov 27 17:04:06 2006 +0100 |
tree | 3db1290548fa3bdc9023689f8782871e41928928 | |
parent | 3b58d9459081ae33885335c645fc0b865584ae4e [diff] |
[PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel This patch allows an arch/ppc kernel to be booted by just passing 1 or 2 arguments to bootm. It removes the getenv("disable_of") test that used to be used for this purpose. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Jon Loeliger <jdl@freescale.com>