projects
/
karo-tx-uboot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
karo: tx6: don't write u-boot image with WITH_DROP_FFS
[karo-tx-uboot.git]
/
board
/
karo
/
tx6
/
flash.c
diff --git
a/board/karo/tx6/flash.c
b/board/karo/tx6/flash.c
index
cda315a
..
c46d28b
100644
(file)
--- a/
board/karo/tx6/flash.c
+++ b/
board/karo/tx6/flash.c
@@
-386,7
+386,7
@@
static int tx6_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;