From: Lothar Waßmann Date: Thu, 18 Feb 2016 16:23:58 +0000 (+0100) Subject: karo: tx6: don't write u-boot image with WITH_DROP_FFS X-Git-Tag: KARO-TX6-2016-03-10~2^2~9 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=18291c7ea879bae3af53a65eac4e5c81e53ad662;ds=sidebyside karo: tx6: don't write u-boot image with WITH_DROP_FFS --- diff --git a/board/karo/tx6/flash.c b/board/karo/tx6/flash.c index cda315a33e..c46d28bd30 100644 --- 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;