commit | 208d38a4ea70201e45fc2acddb19823a59cdad53 | [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 | 5011b3e9781c7dfb04d2b2ab06799fb4652cad1a [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>