Skip to content
Snippets Groups Projects
Commit 31e41398 authored by Loïc Minier's avatar Loïc Minier Committed by Wolfgang Denk
Browse files

Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE

parent f02efacc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment