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/x86-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/x86-common.h') diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 9571c656be..07a5aca58f 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -207,7 +207,7 @@ /*----------------------------------------------------------------------- * Environment configuration */ -#define CONFIG_ENV_IS_NOWHERE +#define CONFIG_ENV_IS_IN_SPI_FLASH #define CONFIG_ENV_SIZE 0x01000 /*----------------------------------------------------------------------- -- cgit v1.2.3