summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-davinci/nand_defs.h
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2009-09-18 17:30:05 -0400
committerTom Rix <Tom.Rix@windriver.com>2009-10-04 10:51:31 -0500
commit6824fda1826118e5c5fdcd67b4154dae94483d67 (patch)
treefd96fcc55092375255d16fe721d4c8ac898da8d9 /include/asm-arm/arch-davinci/nand_defs.h
parent3d6436abc3c088cc399b2041d565bafc7e963e0f (diff)
downloadu-boot-imx-6824fda1826118e5c5fdcd67b4154dae94483d67.zip
u-boot-imx-6824fda1826118e5c5fdcd67b4154dae94483d67.tar.gz
u-boot-imx-6824fda1826118e5c5fdcd67b4154dae94483d67.tar.bz2
TI: DaVinci DM646x: Update flag used to represent DM646x SOC's
In the DaVinci specific code, we use both CONFIG_SOC_DM646X and CONFIG_SOC_DM646x to represent DM646x specific code. This patch changes occurrences of CONFIG_SOC_DM646x to CONFIG_SOC_DM646X. This is because for DM644x series of SOCs we use the flag CONFIG_SOC_DM644X. We want some uniformity. Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> Acked-by: Tom Rix <Tom.Rix@windriver.com>
Diffstat (limited to 'include/asm-arm/arch-davinci/nand_defs.h')
-rw-r--r--include/asm-arm/arch-davinci/nand_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-davinci/nand_defs.h b/include/asm-arm/arch-davinci/nand_defs.h
index 386540e..10f3a39 100644
--- a/include/asm-arm/arch-davinci/nand_defs.h
+++ b/include/asm-arm/arch-davinci/nand_defs.h
@@ -28,7 +28,7 @@
#include <asm/arch/hardware.h>
-#ifdef CONFIG_SOC_DM646x
+#ifdef CONFIG_SOC_DM646X
#define MASK_CLE 0x80000
#define MASK_ALE 0x40000
#else