projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f02efac
)
Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE
author
Loïc Minier
<loic.minier@linaro.org>
Thu, 24 Mar 2011 16:21:42 +0000
(17:21 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Mon, 25 Apr 2011 22:04:02 +0000
(
00:04
+0200)
Signed-off-by: Loïc Minier <loic.minier@linaro.org>
common/cmd_nvedit.c
patch
|
blob
|
history
diff --git
a/common/cmd_nvedit.c
b/common/cmd_nvedit.c
index 204a0945ede044583815f8a7ec715fe2e0e4fb20..df0e6dbafdaa63f70ebd17463e82c9f97e6a1446 100644
(file)
--- a/
common/cmd_nvedit.c
+++ b/
common/cmd_nvedit.c
@@
-65,7
+65,7
@@
DECLARE_GLOBAL_DATA_PTR;
!defined(CONFIG_ENV_IS_IN_SPI_FLASH) && \
!defined(CONFIG_ENV_IS_NOWHERE)
# error Define one of CONFIG_ENV_IS_IN_{EEPROM|FLASH|DATAFLASH|ONENAND|\
-SPI_FLASH|MG_DISK|NVRAM|MMC
|NOWHERE}
+SPI_FLASH|MG_DISK|NVRAM|MMC
} or CONFIG_ENV_IS_NOWHERE
#endif
#define XMK_STR(x) #x