MA-9822 Device has to be booted manually to recovery mode to apply the OTA update...
authorzhang sanshan <sanshan.zhang@nxp.com>
Mon, 10 Jul 2017 09:30:02 +0000 (17:30 +0800)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:01 +0000 (02:37 +0800)
commit3bce86febc7ad9ae18dea33966470e283eef93f3
tree66246410320ef3e221284b88b73f8ea6a7a5203b
parentd20b599387930f4bc276ffa36b7e4427cf923670
MA-9822 Device has to be booted manually to recovery mode to apply the OTA update when booting from NAND

uboot can't get the correct misc info.

nand_info[0] is the info of mtd in v2016 or more older version.
nand_info[0] hold the pointer of mtd info in v2017.

Change-Id: I6b336efeafeed1e0f4e3224f738e72b83f1e09df
Signed-off-by: zhang sanshan <sanshan.zhang@nxp.com>
drivers/usb/gadget/command.c
drivers/usb/gadget/f_fastboot.c