Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / drivers / serial / serial-uclass.c
index 30f9b8c9394e9a3236e6ec87251fa955b5171554..7703c674929ceae005cf7e71d41f88fc9475f68c 100644 (file)
@@ -162,6 +162,7 @@ int serial_init(void)
 #if CONFIG_IS_ENABLED(SERIAL_PRESENT)
        serial_find_console_or_panic();
        gd->flags |= GD_FLG_SERIAL_READY;
+       serial_setbrg();
 #endif
 
        return 0;