mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
x86: minnowmax: Add support for Winbond flash
This allows the use of the Dediprog em100pro so I can test SPI flash on this board in my lab. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
4711c1f548
commit
b523c174d6
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
select INTEL_BAYTRAIL
|
||||
select BOARD_ROMSIZE_KB_8192
|
||||
select SPI_FLASH_STMICRO
|
||||
# Enable Winbond so we can use Dediprog em100pro emulator which does
|
||||
# not support N25Q064
|
||||
select SPI_FLASH_WINBOND
|
||||
|
||||
config PCIE_ECAM_BASE
|
||||
default 0xe0000000
|
||||
|
|
Loading…
Add table
Reference in a new issue