diff options
author | David Brownell <david-b@pacbell.net> | 2009-07-13 16:29:04 -0700 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2009-07-16 17:52:01 -0500 |
commit | ed727d394c5ab139033719772dc95dc25cfa14f7 (patch) | |
tree | ef74b4a6ec8b973154d226337abef01b9efe1c22 | |
parent | 937076f84c5064f0a79105fce352ac7cf7b33643 (diff) | |
download | u-boot-imx-ed727d394c5ab139033719772dc95dc25cfa14f7.zip u-boot-imx-ed727d394c5ab139033719772dc95dc25cfa14f7.tar.gz u-boot-imx-ed727d394c5ab139033719772dc95dc25cfa14f7.tar.bz2 |
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>
-rw-r--r-- | drivers/mtd/nand/davinci_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c index ca40c6a..7837a8e 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; /*------------------------------------------------------------------* |