]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: fix bootm with device tree
authorStephen Warren <swarren@nvidia.com>
Thu, 19 Apr 2012 11:34:00 +0000 (11:34 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 23 Apr 2012 20:10:41 +0000 (22:10 +0200)
commit1723997610ace497252d6f9a44ec76c06951ae43
treea13bd05421aae18d0a43b04d27dc24c9d6607787
parent030fca5228a2a1e946ac13ff8fae9ccb8c516d7b
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>
arch/arm/lib/bootm.c