]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx28/flash.c
karo: tx28: don't write u-boot image with WITH_DROP_FFS
[karo-tx-uboot.git] / 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;