From 5fa4a04c9a52e7440481d1ea28ee0cdeb76fb8ab Mon Sep 17 00:00:00 2001 From: Sekhar Nori Date: Sun, 10 May 2009 06:28:02 +0530 Subject: DA850 EVM: Fix buid brak when none of flash devices are selected. CONFIG_ENV_IS_NOWHERE was not defined right. --- include/configs/da850_evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3