Skip to content
Snippets Groups Projects
Commit a4c79b3a authored by Bo Shen's avatar Bo Shen Committed by Andreas Bießmann
Browse files

arm: atmel: sama5d3: fix typo error for CONFIG_ENV_IS_NOWHERE


fix typo error for CONFIG_ENV_IS_NOWHERE from CONIG_ENV_IS_NOWHERE

Signed-off-by: default avatarBo Shen <voice.shen@gmail.com>
Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
parent 5471c4a8
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
"bootm 0x22000000 - 0x21000000" "bootm 0x22000000 - 0x21000000"
#define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_DEV 0
#else #else
#define CONIG_ENV_IS_NOWHERE #define CONFIG_ENV_IS_NOWHERE
#endif #endif
#ifdef CONFIG_SYS_USE_MMC #ifdef CONFIG_SYS_USE_MMC
......
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