diff options
author | Shaik Sajida Bhanu <sbhanu@codeaurora.org> | 2021-05-11 21:59:28 +0530 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2021-05-19 21:03:00 +0000 |
commit | 26ba0262654ea548bbb7b13768677c4ce0ff89f9 (patch) | |
tree | c800c9132f607a25cb60acaf464ab822127e80f0 | |
parent | 1a47c6a2f70b20a53d2a3e193a1993269bd9588c (diff) |
herobrine: Enable macronix SPI config
Enable macronix SPI config on herobrine board.
BUG=b:182963902
Change-Id: I505ee95d9f2ca16baf244135b3e2e8fe72f93491
Signed-off-by: Shaik Sajida Bhanu <sbhanu@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50583
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
-rw-r--r-- | src/mainboard/google/herobrine/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/herobrine/Kconfig b/src/mainboard/google/herobrine/Kconfig index eb1e986246..01212d6c87 100644 --- a/src/mainboard/google/herobrine/Kconfig +++ b/src/mainboard/google/herobrine/Kconfig @@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS select SOC_QUALCOMM_SC7280 select SPI_FLASH select SPI_FLASH_WINBOND + select SPI_FLASH_MACRONIX select MAINBOARD_HAS_CHROMEOS config VBOOT |