From d21d05f19a7e4f3b27895a835d0e6de6d7951722 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 31 Mar 2015 11:51:04 +0800 Subject: 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 Acked-by: Simon Glass --- include/configs/minnowmax.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/minnowmax.h') diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 823e051eb1..6dbae8faf4 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 */ -- cgit v1.2.3