summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-04-07 15:15:45 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:24 -0400
commitdd6f461a1f97743312e5356af8d183a57084a3f2 (patch)
treeb3cd9786c8c6a5726ca2457f30f68b4333d865f2
parent6593af61286eb50159d4b9fca9e818eb1ddb1504 (diff)
U-Boot: Fix typo in NAND init of DA830 EVM
-rw-r--r--board/da8xx/da8xx-evm/da830.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/da8xx/da8xx-evm/da830.c b/board/da8xx/da8xx-evm/da830.c
index cde51932db..716caf65df 100644
--- a/board/da8xx/da8xx-evm/da830.c
+++ b/board/da8xx/da8xx-evm/da830.c
@@ -146,7 +146,7 @@ int board_init(void)
#endif
/* Async EMIF */
-#if defined(CONFG_SYS_USE_NAND) || defined(CONFIG_SYS_USE_NOR)
+#if defined(CONFIG_SYS_USE_NAND) || defined(CONFIG_SYS_USE_NOR)
REG(PINMUX13) &= 0x00FFFFFF;
REG(PINMUX13) |= 0x11000000;
REG(PINMUX14) = 0x11111111;