Elyes Haouas has uploaded this change for review.

View Change

lib/device_tree.c: Change log level message for FDT version

Change-Id: If92c1ccb5b10a4b29a5006a41ebd0855294f354e
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
---
M src/lib/device_tree.c
1 file changed, 11 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/69498/1
diff --git a/src/lib/device_tree.c b/src/lib/device_tree.c
index b846c25..352f254 100644
--- a/src/lib/device_tree.c
+++ b/src/lib/device_tree.c
@@ -256,8 +256,7 @@
return NULL;
}
if (version > FDT_SUPPORTED_VERSION)
- printk(BIOS_DEBUG,
- "NOTE: FDT version %u too new, should add support!\n",
+ printk(BIOS_NOTICE, "FDT version %u too new, should add support!\n",
version);

uint32_t struct_offset = be32toh(header->structure_offset);

To view, visit change 69498. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If92c1ccb5b10a4b29a5006a41ebd0855294f354e
Gerrit-Change-Number: 69498
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes Haouas <ehaouas@noos.fr>
Gerrit-MessageType: newchange