Browse Source

删除擦除emmc命令

luyuan_t440 3 years ago
parent
commit
3b9c7c6e24
1 changed files with 0 additions and 3 deletions
  1. 0 3
      u-boot/board/arkmicro/ark1668e_devb_emmc/ark1668e_devb_emmc.c

+ 0 - 3
u-boot/board/arkmicro/ark1668e_devb_emmc/ark1668e_devb_emmc.c

@@ -704,9 +704,6 @@ int board_late_init(void)
 	}
 update_done:
 	if (do_update) {
-    printf("***************************erase.chip*******start**********************************\n");
-        run_command("emmc erase.chip", 0);
-    printf("***************************erase.chip*********end********************************\n");
 		run_command("emmc erase.part userdata", 0);
 		env_set("need_update", "no");
 		env_set("do_update", "yes");