summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/bootm.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-02 16:28:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-06-02 16:28:34 +0200
commit5f56c3506007eea1a284cdc55f8b3e60de67f2cc (patch)
tree9a1cd309204118818168f17f5e6c9232417d1806 /arch/arm/lib/bootm.c
parente57a8119d11bd1c835945cb4090d036003f8d2f9 (diff)
parent5d308ce6400678239248c54d565bf385bbadbb42 (diff)
downloadbarebox-5f56c3506007eea1a284cdc55f8b3e60de67f2cc.tar.gz
barebox-5f56c3506007eea1a284cdc55f8b3e60de67f2cc.tar.xz
Merge branch 'for-next/of'
Diffstat (limited to 'arch/arm/lib/bootm.c')
-rw-r--r--arch/arm/lib/bootm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
index 0d3b59ecc8..0786e22d3d 100644
--- a/arch/arm/lib/bootm.c
+++ b/arch/arm/lib/bootm.c
@@ -91,6 +91,10 @@ static int __do_bootm_linux(struct image_data *data, int swap)
of_add_reserve_entry(initrd_start, initrd_end);
data->oftree = of_get_fixed_tree(data->of_root_node);
fdt_add_reserve_map(data->oftree);
+ if (bootm_verbose(data))
+ of_print_cmdline(data->of_root_node);
+ if (bootm_verbose(data) > 1)
+ of_print_nodes(data->of_root_node, 0);
}
if (bootm_verbose(data)) {