aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/device_tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/device_tree.c b/src/lib/device_tree.c
index b846c25783..352f2545db 100644
--- a/src/lib/device_tree.c
+++ b/src/lib/device_tree.c
@@ -256,8 +256,7 @@ struct device_tree *fdt_unflatten(const void *blob)
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);