From 72811e02b337ab6adcffec434cfb51169ce1360d Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Wed, 21 Dec 2011 11:32:10 +0100 Subject: Disable the debug message about FDT phandles that could not be replaced The "Warning: Did not replace phandle in XYZ" messages could confuse the normal users, so they are now only printed when running in diagnostic-mode. Signed-off-by: Thomas Huth --- board-qemu/slof/fdt.fs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'board-qemu/slof/fdt.fs') diff --git a/board-qemu/slof/fdt.fs b/board-qemu/slof/fdt.fs index 850a687..6d57e20 100644 --- a/board-qemu/slof/fdt.fs +++ b/board-qemu/slof/fdt.fs @@ -323,7 +323,9 @@ fdt-claim-reserve s" phandle" delete-property s" linux,phandle" delete-property ELSE - cr ." Warning: Did not replace phandle in " r@ node>path type cr + diagnostic-mode? IF + cr ." Warning: Did not replace phandle in " r@ node>path type cr + THEN THEN THEN r> drop -- cgit v1.1