diff options
Diffstat (limited to 'board/ge')
-rw-r--r-- | board/ge/bx50v3/bx50v3.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/ge/bx50v3/bx50v3.c b/board/ge/bx50v3/bx50v3.c index e35afa0317..c7a29185bf 100644 --- a/board/ge/bx50v3/bx50v3.c +++ b/board/ge/bx50v3/bx50v3.c @@ -29,6 +29,7 @@ #include <input.h> #include <pwm.h> #include <stdlib.h> +#include "../common/ge_common.h" #include "../common/vpd_reader.h" #include "../../../drivers/net/e1000.h" DECLARE_GLOBAL_DATA_PTR; @@ -805,6 +806,8 @@ int board_late_init(void) /* board specific pmic init */ pmic_init(); + check_time(); + return 0; } |