mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02: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:
@@ -21,6 +21,9 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||||||
select INTEL_BAYTRAIL
|
select INTEL_BAYTRAIL
|
||||||
select BOARD_ROMSIZE_KB_8192
|
select BOARD_ROMSIZE_KB_8192
|
||||||
select SPI_FLASH_STMICRO
|
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
|
config PCIE_ECAM_BASE
|
||||||
default 0xe0000000
|
default 0xe0000000
|
||||||
|
Reference in New Issue
Block a user