projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8b488
)
karo: tx53: don't write u-boot image with WITH_DROP_FFS
author
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 18 Feb 2016 15:22:15 +0000
(16:22 +0100)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 18 Feb 2016 15:22:15 +0000
(16:22 +0100)
board/karo/tx53/flash.c
patch
|
blob
|
history
diff --git
a/board/karo/tx53/flash.c
b/board/karo/tx53/flash.c
index
2d5bcde
..
c5fe8d7
100644
(file)
--- a/
board/karo/tx53/flash.c
+++ b/
board/karo/tx53/flash.c
@@
-232,7
+232,7
@@
static int tx53_prog_uboot(void *addr, int start_block, int skip,
if (doit) {
actual = size;
ret = nand_write_skip_bad(mtd, prg_start, &actual, NULL,
- prg_length, addr,
WITH_DROP_FFS
);
+ prg_length, addr,
0
);
if (ret) {
printf("Failed to program flash: %d\n", ret);
return ret;