projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
937076f
)
Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
author
David Brownell
<david-b@pacbell.net>
Mon, 13 Jul 2009 23:29:04 +0000
(16:29 -0700)
committer
Scott Wood
<scottwood@freescale.com>
Thu, 16 Jul 2009 22:52:01 +0000
(17:52 -0500)
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Scott Wood <scottwood@freescale.com>
drivers/mtd/nand/davinci_nand.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/davinci_nand.c
b/drivers/mtd/nand/davinci_nand.c
index ca40c6ac0977fe214cbbe4c2763c821d6804dc1c..7837a8e3275239ce3053388b158fdc2ca4b00f3a 100644
(file)
--- a/
drivers/mtd/nand/davinci_nand.c
+++ b/
drivers/mtd/nand/davinci_nand.c
@@
-182,7
+182,7
@@
static void nand_flash_init(void)
* knowledge of the clocks and what devices are hooked up ... and
* don't even do that unless no UBL handled it.
*/
-#ifdef CONFIG_SOC_DM644
6
+#ifdef CONFIG_SOC_DM644
X
u_int32_t acfg1 = 0x3ffffffc;
/*------------------------------------------------------------------*