]> git.sur5r.net Git - u-boot/blobdiff - common/env_nand.c
Delay FIT format check on sector based devices
[u-boot] / common / env_nand.c
index e21d2a34aee4a1923668f434fc4fe0b5e9527ced..89540177048a54e930c98390b1e4e940f6efe192 100644 (file)
@@ -231,7 +231,7 @@ int saveenv(void)
        size_t total;
        int ret = 0;
        nand_erase_options_t nand_erase_options;
-       
+
        nand_erase_options.length = CFG_ENV_RANGE;
        nand_erase_options.quiet = 0;
        nand_erase_options.jffs2 = 0;