From: Lothar Waßmann Date: Thu, 11 Feb 2016 11:26:02 +0000 (+0100) Subject: karo: tx28: don't write u-boot image with WITH_DROP_FFS X-Git-Tag: KARO-TX6-2016-03-10~1^2~4 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=414bd7cd149fb556dd7eece9cdef5571fa7de9c5;ds=sidebyside karo: tx28: don't write u-boot image with WITH_DROP_FFS --- diff --git a/board/karo/tx28/flash.c b/board/karo/tx28/flash.c index 7833f79733..af9bb7285e 100644 --- a/board/karo/tx28/flash.c +++ b/board/karo/tx28/flash.c @@ -375,7 +375,7 @@ static int tx28_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;