projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad3ada2
)
Revert "usbd: backup the u-boot.bin when download the u-boot.bin"
author
Minkyu Kang
<mk7.kang@samsung.com>
Fri, 21 Jan 2011 04:31:10 +0000
(13:31 +0900)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Fri, 21 Jan 2011 04:31:10 +0000
(13:31 +0900)
This reverts commit
ad3ada258e7c39890abfd1b5649ece16ee6aa83a
.
common/cmd_usbd.c
patch
|
blob
|
history
diff --git
a/common/cmd_usbd.c
b/common/cmd_usbd.c
index
c4dc54c
..
822f4e4
100644
(file)
--- a/
common/cmd_usbd.c
+++ b/
common/cmd_usbd.c
@@
-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;