From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 19 Apr 2012 14:30:05 -0700 Subject: [U-Boot] [PATCH 1/2] arm: fix bootm with device tree In-Reply-To: <1334869789-32052-1-git-send-email-swarren@wwwdotorg.org> References: <1334869789-32052-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <4F9083DD.4010809@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/19/2012 02:09 PM, Stephen Warren wrote: > From: Stephen Warren > > Commit 0a672d4 "arm: Add Prep subcommand support to bootm" re-organized > do_bootm_linux() for ARM. During the re-organization, the code to pass > the device tree to the kernel was removed. Add it back. This restores > the ability to boot a kernel using device tree. > > Signed-off-by: Stephen Warren Acked-by: Tom Rini -- Tom