Attention is currently required from: Sajida Bhanu. Hello Sajida Bhanu,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/50583
to review the following change.
Change subject: herobrine: Enable micronix SPI config ......................................................................
herobrine: Enable micronix SPI config
Enable micronix SPI config on herobrine board.
Change-Id: I505ee95d9f2ca16baf244135b3e2e8fe72f93491 Signed-off-by: Shaik Sajida Bhanu sbhanu@codeaurora.org --- M src/drivers/spi/macronix.c M src/mainboard/google/herobrine/Kconfig 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/50583/1
diff --git a/src/drivers/spi/macronix.c b/src/drivers/spi/macronix.c index f3f7e2d..fadac0c 100644 --- a/src/drivers/spi/macronix.c +++ b/src/drivers/spi/macronix.c @@ -102,7 +102,7 @@ { /* MX25U51245G */ .id[0] = 0x253a, - .nr_sectors_shift = 14, + .nr_sectors_shift = 11, }, { /* MX25L12855E */ diff --git a/src/mainboard/google/herobrine/Kconfig b/src/mainboard/google/herobrine/Kconfig index b92136d..bbf8570 100644 --- a/src/mainboard/google/herobrine/Kconfig +++ b/src/mainboard/google/herobrine/Kconfig @@ -14,7 +14,7 @@ select RTC select SOC_QUALCOMM_SC7280 select SPI_FLASH - select SPI_FLASH_STMICRO + select SPI_FLASH_MACRONIX select MAINBOARD_HAS_CHROMEOS
config VBOOT