]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx53: don't write u-boot image with WITH_DROP_FFS
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 18 Feb 2016 15:22:15 +0000 (16:22 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 18 Feb 2016 15:22:15 +0000 (16:22 +0100)
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;