Revert "usbd: backup the u-boot.bin when download the u-boot.bin"
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 21 Jan 2011 04:31:10 +0000 (13:31 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 21 Jan 2011 04:31:10 +0000 (13:31 +0900)
This reverts commit ad3ada258e7c39890abfd1b5649ece16ee6aa83a.

common/cmd_usbd.c

index c4dc54c..822f4e4 100644 (file)
@@ -999,8 +999,6 @@ static int write_v2_image(struct usbd_ops *usbd, int img_type,
                                CONFIG_BOOTLOADER_SECTOR,
                                len / usbd->mmc_blk + 1,
                                (void *)down_ram_addr);
-
-               run_command("run updatebootb", 0);
 #endif
                break;