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:
parent
caf3ad3e8d
commit
72811e02b3
|
@ -323,9 +323,11 @@ fdt-claim-reserve
|
|||
s" phandle" delete-property
|
||||
s" linux,phandle" delete-property
|
||||
ELSE
|
||||
diagnostic-mode? IF
|
||||
cr ." Warning: Did not replace phandle in " r@ node>path type cr
|
||||
THEN
|
||||
THEN
|
||||
THEN
|
||||
r> drop
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue