]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:14 +0000 (22:35 +0200)
commit4d7a6fd4ceacd8284e8333d155f10fd33ffb8942
tree10e50049850a02c8e8b5e6676219c13e49d96a68
parent7c5306fe8e64e6c48268db913aa90ab1e1a27eb7
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