imx8mp_evk: Remove unrelated comment
[oweals/u-boot.git] / board / freescale / imx8mp_evk / spl.c
index 3c689f2d316acfd8909df8cc04d67fdd1c27ae1b..c5f640dc7b76253813a3a849c2a6611ecce90331 100644 (file)
@@ -5,6 +5,8 @@
  */
 
 #include <common.h>
+#include <cpu_func.h>
+#include <hang.h>
 #include <spl.h>
 #include <asm/io.h>
 #include <errno.h>
@@ -137,7 +139,6 @@ void board_init_f(ulong dummy)
 
        enable_tzc380();
 
-       /* Adjust pmic voltage to 1.0V for 800M */
        setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1);
 
        power_init_board();
@@ -147,12 +148,3 @@ void board_init_f(ulong dummy)
 
        board_init_r(NULL, 0);
 }
-
-int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
-{
-       puts("resetting ...\n");
-
-       reset_cpu(WDOG1_BASE_ADDR);
-
-       return 0;
-}