From 3b0ebd1f469798e405cd854dba7f60da23423ccf Mon Sep 17 00:00:00 2001 From: HuangXin Date: Mon, 3 Sep 2018 15:43:02 +0800 Subject: [PATCH] Fix ota_setup command readme --- .../board/sunxi/common/netease_ota.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/lichee/brandy/u-boot-2014.07/board/sunxi/common/netease_ota.c b/lichee/brandy/u-boot-2014.07/board/sunxi/common/netease_ota.c index 8b3875695..816475004 100644 --- a/lichee/brandy/u-boot-2014.07/board/sunxi/common/netease_ota.c +++ b/lichee/brandy/u-boot-2014.07/board/sunxi/common/netease_ota.c @@ -669,18 +669,8 @@ int do_ota_setup(cmd_tbl_t* cmdtp, int flag, int argc, } U_BOOT_CMD(ota_setup, 1, 0, do_ota_setup, - "netease OTA command:", - " \n" - " erase \n" - " - erase mtd partiton\n" - " read \n" - " - read ota image form UDISK file system\n" - " upgrade [0/1(skip verify chksum)]\n" - " - read ota image form UDISK file system and upgrade nand partiton\n" - " prepare\n" - " - set ota opeartion from current system\n" - " show_params\n" - " - show ota params information\n" + "netease OTA setup command:", + " - run ota command to setup system\n" " - *********************************************");