summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/davinci_nand.c
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2009-07-13 16:29:04 -0700
committerScott Wood <scottwood@freescale.com>2009-07-16 17:52:01 -0500
commited727d394c5ab139033719772dc95dc25cfa14f7 (patch)
treeef74b4a6ec8b973154d226337abef01b9efe1c22 /drivers/mtd/nand/davinci_nand.c
parent937076f84c5064f0a79105fce352ac7cf7b33643 (diff)
downloadtalos-obmc-uboot-ed727d394c5ab139033719772dc95dc25cfa14f7.tar.gz
talos-obmc-uboot-ed727d394c5ab139033719772dc95dc25cfa14f7.zip
Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'drivers/mtd/nand/davinci_nand.c')
-rw-r--r--drivers/mtd/nand/davinci_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c
index ca40c6ac09..7837a8e327 100644
--- 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_DM6446
+#ifdef CONFIG_SOC_DM644X
u_int32_t acfg1 = 0x3ffffffc;
/*------------------------------------------------------------------*
OpenPOWER on IntegriCloud