summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-04-03 22:01:51 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:23 -0400
commitce73658268641747c8d804a00b68b8465f302a21 (patch)
tree49005962e5e960569295b5fe191a289c6f3bc83b
parent1261112de183709d975b346d85cd8b5854823153 (diff)
U-Boot: Use correct CONFIG guards for NAND and NOR flash for DA850 EVM
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r--board/da8xx/da8xx-evm/da850.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/da8xx/da8xx-evm/da850.c b/board/da8xx/da8xx-evm/da850.c
index 35ba0c1e60..23aa6a2df0 100644
--- a/board/da8xx/da8xx-evm/da850.c
+++ b/board/da8xx/da8xx-evm/da850.c
@@ -164,7 +164,7 @@ int board_init(void)
#endif
/* Async EMIF */
-#if defined(CFG_USE_NAND) || defined(CFG_USE_NOR)
+#if defined(CONFIG_SYS_USE_NAND) || defined(CONFIG_SYS_USE_NOR)
REG(PINMUX6) = 0x11111111;
REG(PINMUX7) = 0x11111111;
REG(PINMUX8) = 0x11111111;