]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx53/flash.c
karo: tx53: don't write u-boot image with WITH_DROP_FFS
[karo-tx-uboot.git] / board / karo / tx53 / flash.c
index 2d5bcde891ac4f34d9a79e09f76a6818c4253322..c5fe8d7a42f904cb1482e261c56572912b6a3b03 100644 (file)
@@ -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;