commit | 1723997610ace497252d6f9a44ec76c06951ae43 | [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 | 030fca5228a2a1e946ac13ff8fae9ccb8c516d7b [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>