]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/x86-common.h
x86: Move CONFIG_ENV_IS_IN_SPI_FLASH to x86-common.h
authorBin Meng <bmeng.cn@gmail.com>
Tue, 31 Mar 2015 03:51:04 +0000 (11:51 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 00:51:48 +0000 (18:51 -0600)
commitd21d05f19a7e4f3b27895a835d0e6de6d7951722
tree35e0bc72edb454cf0501ceed1b4256022aa17aaa
parent9704f23b0080f417b73cd430c0f806752785f30b
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>
include/configs/chromebook_link.h
include/configs/crownbay.h
include/configs/galileo.h
include/configs/minnowmax.h
include/configs/x86-common.h