summaryrefslogtreecommitdiff
path: root/include/configs/minnowmax.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-03-31 03:51:04 (GMT)
committerSimon Glass <sjg@chromium.org>2015-04-30 00:51:48 (GMT)
commitd21d05f19a7e4f3b27895a835d0e6de6d7951722 (patch)
tree35e0bc72edb454cf0501ceed1b4256022aa17aaa /include/configs/minnowmax.h
parent9704f23b0080f417b73cd430c0f806752785f30b (diff)
downloadu-boot-d21d05f19a7e4f3b27895a835d0e6de6d7951722.tar.xz
x86: Move CONFIG_ENV_IS_IN_SPI_FLASH to x86-common.h
Since all x86 boards use spi flash as its bootloader storage media, it makes sense to make CONFIG_ENV_IS_IN_SPI_FLASH a common option. So far only minnowmax board does not support it so undefine it in its board configuration file. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/minnowmax.h')
-rw-r--r--include/configs/minnowmax.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h
index 823e051..6dbae8f 100644
--- a/include/configs/minnowmax.h
+++ b/include/configs/minnowmax.h
@@ -69,4 +69,8 @@
/* Avoid a warning in the Realtek Ethernet driver */
#define CONFIG_SYS_CACHELINE_SIZE 16
+/* Environment in SPI flash is unsupported for now */
+#undef CONFIG_ENV_IS_IN_SPI_FLASH
+#define CONFIG_ENV_IS_NOWHERE
+
#endif /* __CONFIG_H */