mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
log: Plumb logging into the init sequence
Set up logging both before and after relocation. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -238,6 +238,7 @@ int log_init(void)
|
||||
(struct list_head *)&gd->log_head);
|
||||
drv++;
|
||||
}
|
||||
gd->flags |= GD_FLG_LOG_READY;
|
||||
gd->default_log_level = LOGL_INFO;
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user