From 5d308ce6400678239248c54d565bf385bbadbb42 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 31 May 2013 16:14:35 +0200 Subject: bootm: Print internal devicetree information without verbose It's a precious information that barebox will boot the kernel with the internal devicetree, so print it even in non verbose mode. Signed-off-by: Sascha Hauer --- commands/bootm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/bootm.c') diff --git a/commands/bootm.c b/commands/bootm.c index 3976eb49b6..6ce2ca9897 100644 --- a/commands/bootm.c +++ b/commands/bootm.c @@ -395,7 +395,7 @@ static int do_bootm(int argc, char *argv[]) goto err_out; } else { data.of_root_node = of_get_root_node(); - if (bootm_verbose(&data) && data.of_root_node) + if (data.of_root_node) printf("using internal devicetree\n"); } #endif -- cgit v1.2.3