X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fkaro%2Ftx6%2Fflash.c;h=c46d28bd3092fd36431f92fd98421899b6bc2f71;hp=cda315a33e409bfaa994f8a5e471f7ec2dd3741e;hb=18291c7ea879bae3af53a65eac4e5c81e53ad662;hpb=e05a951b1dc9e67859603d608e2afc36210eb10f;ds=sidebyside 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;