
1 Apr
2015
1 Apr
'15
5:20 a.m.
On 30 March 2015 at 21:51, Bin Meng bmeng.cn@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@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@chromium.org