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,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
|
||||||
|
|
Loading…
Reference in New Issue