From: Lothar Waßmann Date: Thu, 18 Feb 2016 15:22:15 +0000 (+0100) Subject: karo: tx53: don't write u-boot image with WITH_DROP_FFS X-Git-Tag: KARO-TX6-2016-03-10^2~2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=28a003f0acf56139fa2d355d1ef7f8fc17ea177f karo: tx53: don't write u-boot image with WITH_DROP_FFS --- diff --git a/board/karo/tx53/flash.c b/board/karo/tx53/flash.c index 2d5bcde891..c5fe8d7a42 100644 --- 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;