diff options
Diffstat (limited to 'common/devices.c')
-rw-r--r-- | common/devices.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/devices.c b/common/devices.c index 2d0b04614f3..8207f834fee 100644 --- a/common/devices.c +++ b/common/devices.c @@ -178,6 +178,9 @@ int devices_init (void) #ifdef CONFIG_WL_4PPM_KEYBOARD drv_wlkbd_init (); #endif +#ifdef CONFIG_LOGBUFFER + drv_logbuff_init (); +#endif drv_system_init (); gd-> flags |= GD_FLG_DEVINIT; /* device initialization done */ |