From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Thu, 02 Nov 2006 10:37:53 -0600 Subject: [U-Boot-Users] [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel In-Reply-To: <1162162451757-git-send-email-grant.likely@secretlab.ca> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 secretlab.ca> --- Acked-by: Jon Loeliger