]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
authorDavid Brownell <david-b@pacbell.net>
Mon, 13 Jul 2009 23:29:04 +0000 (16:29 -0700)
committerScott 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

index ca40c6ac0977fe214cbbe4c2763c821d6804dc1c..7837a8e3275239ce3053388b158fdc2ca4b00f3a 100644 (file)
@@ -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;
 
        /*------------------------------------------------------------------*