[PATCH 0/2] boot: improve error handling fit_find_config_node
    Heinrich Schuchardt 
    heinrich.schuchardt at canonical.com
       
    Sun Feb  9 12:52:15 CET 2025
    
    
  
If a single configuration node lacks a description, this does not rule out
that another node with a description matches. Anyway we have the default
configuration as a fallback.
So continue if a description is missing.
If the description property is missing in a configuration of a FIT image,
relating to it as 'FDT description in DTB' is misleading. Provide a
debug message indicating which configuration node has an issue.
Heinrich Schuchardt (2):
  boot: continue in fit_find_config_node()
  boot: correct error message in fit_find_config_node()
 boot/common_fit.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
-- 
2.47.1
    
    
More information about the U-Boot
mailing list