mips: mtmips: make use of sysreset-resetctrl for mt7628 soc
[oweals/u-boot.git] / common / main.c
index 3a657c3d9a3918f1a9e3782bbbd0e2fb8a260443..06d7ff56d60c33cf4a31a02c5fa02ee34f75534b 100644 (file)
@@ -9,15 +9,12 @@
 #include <common.h>
 #include <autoboot.h>
 #include <cli.h>
+#include <command.h>
 #include <console.h>
 #include <env.h>
+#include <init.h>
 #include <version.h>
 
-/*
- * Board-specific Platform code can reimplement show_boot_progress () if needed
- */
-__weak void show_boot_progress(int val) {}
-
 static void run_preboot_environment_command(void)
 {
        char *p;