-
- Downloads
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>
Showing
- include/configs/chromebook_link.h 3 additions, 0 deletionsinclude/configs/chromebook_link.h
- include/configs/crownbay.h 0 additions, 4 deletionsinclude/configs/crownbay.h
- include/configs/galileo.h 0 additions, 4 deletionsinclude/configs/galileo.h
- include/configs/minnowmax.h 4 additions, 0 deletionsinclude/configs/minnowmax.h
- include/configs/x86-common.h 1 addition, 1 deletioninclude/configs/x86-common.h
Please register or sign in to comment