commit | c570fbaa64588a797ec7c26d20b9ae24a7e5184d | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu Apr 19 11:34:00 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Apr 23 22:10:41 2012 +0200 |
tree | a13bd05421aae18d0a43b04d27dc24c9d6607787 | |
parent | 9ba5472b2b7176a0d5f25f86438609c003ea7249 [diff] |
arm: fix bootm with device tree 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 <swarren@nvidia.com> Acked-by: Tom Rini <trini@ti.com> Acked-by: Allen Martin <amartin@nvidia.com> Tested-by: Allen Martin <amartin@nvidia.com>