[U-Boot] [PATCH] x86: Move CONFIG_ENV_IS_IN_SPI_FLASH to x86-common.h

Simon Glass sjg at chromium.org
Wed Apr 1 05:20:48 CEST 2015


On 30 March 2015 at 21:51, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> ---
>
>  include/configs/chromebook_link.h | 4 ----
>  include/configs/crownbay.h        | 4 ----
>  include/configs/galileo.h         | 4 ----
>  include/configs/minnowmax.h       | 4 ++++
>  include/configs/x86-common.h      | 2 +-
>  5 files changed, 5 insertions(+), 13 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list