diff options
author | Wolfgang Denk <wd@denx.de> | 2008-06-28 23:34:37 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-06-28 23:34:37 +0200 |
commit | e093a247628228100f405b6d7f6b1bfc16141938 (patch) | |
tree | 5996ff53cdbbb65df98f94abd24b2904cfc8e884 /common/env_nand.c | |
parent | 01db232dd7a0ceb81208a9f2545720c80e5bfd83 (diff) |
Coding Style Cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/env_nand.c')
-rw-r--r-- | common/env_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/env_nand.c b/common/env_nand.c index e21d2a34aee..89540177048 100644 --- a/common/env_nand.c +++ b/common/env_nand.c @@ -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; |