]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx28: don't write u-boot image with WITH_DROP_FFS
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 11 Feb 2016 11:26:02 +0000 (12:26 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 11 Feb 2016 11:26:02 +0000 (12:26 +0100)
board/karo/tx28/flash.c

index 7833f797333eb69338bd6480761ff7051720b193..af9bb7285e3146c27262f11176574fe20b75416a 100644 (file)
@@ -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;