summaryrefslogtreecommitdiffstats
path: root/include/configs/sama5d3xek.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@gmail.com>2013-08-11 14:26:20 +0000
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-08-22 16:51:08 +0200
commita4c79b3a53c5619ee2ca66f555f6a66ad84d9b0d (patch)
tree57b1c4ff4e8dba5ee49f3db1c0d6274cf9339a65 /include/configs/sama5d3xek.h
parent5471c4a862ce8c9e3340501d0f1968cbf1abf56a (diff)
downloadtalos-obmc-uboot-a4c79b3a53c5619ee2ca66f555f6a66ad84d9b0d.tar.gz
talos-obmc-uboot-a4c79b3a53c5619ee2ca66f555f6a66ad84d9b0d.zip
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: Bo Shen <voice.shen@gmail.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/sama5d3xek.h')
-rw-r--r--include/configs/sama5d3xek.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h
index 43bb16a37b..409919898e 100644
--- a/include/configs/sama5d3xek.h
+++ b/include/configs/sama5d3xek.h
@@ -197,7 +197,7 @@
"bootm 0x22000000 - 0x21000000"
#define CONFIG_SYS_MMC_ENV_DEV 0
#else
-#define CONIG_ENV_IS_NOWHERE
+#define CONFIG_ENV_IS_NOWHERE
#endif
#ifdef CONFIG_SYS_USE_MMC
OpenPOWER on IntegriCloud