diff options
| author | Tom Rini <[email protected]> | 2020-06-01 23:34:18 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-01 23:34:18 -0400 |
| commit | ecd4d99f654f3f7bfb96001891d69c3125e70b69 (patch) | |
| tree | 405530bb85d5fdc97aadd6c65d9678d4ce3c54b6 /board | |
| parent | b5d54d26ea1354fede1121671a7ca3b9b44b5b5c (diff) | |
| parent | 95cfa1d46c61461bdadb195799a205b48b907a5e (diff) | |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
- Corrected some FSP-M/FSP-S settings for Chromebook Coral
- ICH SPI driver and mrccache fixes for obtaining the SPI memory map
- Fixed various warnings generated by latest version IASL when compiling
ACPI tables
Diffstat (limited to 'board')
| -rw-r--r-- | board/intel/minnowmax/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/intel/minnowmax/Kconfig b/board/intel/minnowmax/Kconfig index 543468cab54..82a6ca904e9 100644 --- a/board/intel/minnowmax/Kconfig +++ b/board/intel/minnowmax/Kconfig @@ -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 |
