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 <thuth@linux.vnet.ibm.com>
This commit is contained in:
Thomas Huth 2011-12-21 11:32:10 +01:00
parent caf3ad3e8d
commit 72811e02b3
1 changed files with 3 additions and 1 deletions

View File

@ -323,7 +323,9 @@ fdt-claim-reserve
s" phandle" delete-property s" phandle" delete-property
s" linux,phandle" delete-property s" linux,phandle" delete-property
ELSE 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
THEN THEN
r> drop r> drop