]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
authorStefan Roese <sr@denx.de>
Mon, 27 Nov 2006 16:04:06 +0000 (17:04 +0100)
committerStefan Roese <sr@denx.de>
Mon, 27 Nov 2006 16:04:06 +0000 (17:04 +0100)
commitda5553b095bf04f4f109ad7e565dae3aba47b230
tree3db1290548fa3bdc9023689f8782871e41928928
parent3b58d9459081ae33885335c645fc0b865584ae4e
[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>
common/cmd_bootm.c