summaryrefslogtreecommitdiff
path: root/common/cmd_nvedit.c
diff options
context:
space:
mode:
authorMichael Brandt <Michael.Brandt@stericsson.com>2009-10-21 11:37:07 +0200
committerMichael Brandt <Michael.Brandt@stericsson.com>2009-10-21 11:37:07 +0200
commite71fc7b2b3a228383e770a7d78150497d9c48d3c (patch)
tree1fba7eafc9884577e029b50953b27dae340342d3 /common/cmd_nvedit.c
parent14abfe361b3ed23b02f564e2f5d663e158cd5799 (diff)
merged changes for u8500 (mop500).
Diffstat (limited to 'common/cmd_nvedit.c')
-rwxr-xr-x[-rw-r--r--]common/cmd_nvedit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c
index 2186205a1..3fe1fc239 100644..100755
--- a/common/cmd_nvedit.c
+++ b/common/cmd_nvedit.c
@@ -60,9 +60,10 @@ DECLARE_GLOBAL_DATA_PTR;
!defined(CONFIG_ENV_IS_IN_NVRAM) && \
!defined(CONFIG_ENV_IS_IN_ONENAND) && \
!defined(CONFIG_ENV_IS_IN_SPI_FLASH) && \
+ !defined(CONFIG_ENV_IS_IN_EMMC) && \
!defined(CONFIG_ENV_IS_NOWHERE)
# error Define one of CONFIG_ENV_IS_IN_{EEPROM|FLASH|DATAFLASH|ONENAND|\
-SPI_FLASH|MG_DISK|NVRAM|NOWHERE}
+SPI_FLASH|MG_DISK|NVRAM|EMMC|NOWHERE}
#endif
#define XMK_STR(x) #x