Skip to content
Snippets Groups Projects
Commit 0f8c7949 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

[CMD][FDT_OVERLAY] Remove warn-message if no node is found

This is no error but may be the normal case on some platforms.
parent 0df0d010
No related branches found
No related tags found
1 merge request!221[LIB][eeprom] Fix error handling in auto init function
......@@ -305,7 +305,6 @@ static int find_devconf_node(void)
// Find subnode named 'overlays'
node_offset = fdt_find_node(node_offset, NAME, "overlays", true);
if( node_offset < 0){
puts("Failed to find overlay in 'seco,devconf' node.\n");
return -1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment