projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c39d6a0
)
cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS
author
Tom Rini
<trini@ti.com>
Thu, 14 Mar 2013 05:32:51 +0000
(
05:32
+0000)
committer
Marek Vasut
<marex@denx.de>
Wed, 10 Apr 2013 13:22:24 +0000
(15:22 +0200)
The flag changed from WITH_INLINE_OOB to WITH_YAFFS_OOB by accident in
418396e
.
Signed-off-by: Tom Rini <trini@ti.com>
common/cmd_nand.c
patch
|
blob
|
history
diff --git
a/common/cmd_nand.c
b/common/cmd_nand.c
index
110c78c
..
e9d3d3c
100644
(file)
--- a/
common/cmd_nand.c
+++ b/
common/cmd_nand.c
@@
-673,7
+673,7
@@
static int do_nand(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
}
ret = nand_write_skip_bad(nand, off, &rwsize, NULL,
maxsize, (u_char *)addr,
- WITH_
INLINE
_OOB);
+ WITH_
YAFFS
_OOB);
#endif
} else if (!strcmp(s, ".oob")) {
/* out-of-band data */