From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 20 Apr 2012 14:42:26 -0600 Subject: [U-Boot] [PATCH 1/2] arm: fix bootm with device tree In-Reply-To: <4F9083DD.4010809@ti.com> References: <1334869789-32052-1-git-send-email-swarren@wwwdotorg.org> <4F9083DD.4010809@ti.com> Message-ID: <4F91CA32.4040702@wwwdotorg.org> 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 03:30 PM, Tom Rini wrote: > 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 Who's going to take this patch through their tree? Is it Albert or Wolfgang directly, or should I ask Tom Warren to do it through the Tegra tree?