summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-05-10 06:28:02 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:27 -0400
commit5fa4a04c9a52e7440481d1ea28ee0cdeb76fb8ab (patch)
treee37c12eaf544f90c896b69c45c41f0f01585e523
parent62f25a0becd9c3e81f3698ede488b4761997bf87 (diff)
DA850 EVM: Fix buid brak when none of flash devices are selected.
CONFIG_ENV_IS_NOWHERE was not defined right.
-rw-r--r--include/configs/da850_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/da850_evm.h b/include/configs/da850_evm.h
index 3dd19f1ca6..966f8f53c0 100644
--- a/include/configs/da850_evm.h
+++ b/include/configs/da850_evm.h
@@ -229,7 +229,7 @@
#endif
#if !defined(CONFIG_SYS_USE_NAND) && !defined(CONFIG_SYS_USE_NOR) && !defined(CFG_USE_SPIFLASH)
-#define CFG_ENV_IS_NOWHERE
+#define CONFIG_ENV_IS_NOWHERE
#define CONFIG_SYS_NO_FLASH
#define CONFIG_ENV_SIZE SZ_16K
#undef CONFIG_CMD_IMLS