Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86501?usp=email )
Change subject: mb/trulo/var/uldrenite: Decrease ROM size to 16MB ......................................................................
mb/trulo/var/uldrenite: Decrease ROM size to 16MB
According to the design, the SPI ROM will be replaced with a 16MB size, so the Kconfig is modified to 16MB.
BUG=b:397372760 TEST=emerge-nissa coreboot and check rom size is 16MB
Change-Id: I3ef1aa2401d44259e4301f65e2ba0ac7b9418bbd Signed-off-by: John Su john_su@compal.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/86501 Reviewed-by: Dtrain Hsu dtrain_hsu@compal.corp-partner.google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/brya/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Dtrain Hsu: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index fd88c1b..aac2393 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -656,7 +656,6 @@
config BOARD_GOOGLE_ULDRENITE select BOARD_GOOGLE_BASEBOARD_TRULO - select BOARD_ROMSIZE_KB_32768 select CHROMEOS_WIFI_SAR if CHROMEOS select DRIVERS_WWAN_FM350GL select ENFORCE_MEM_CHANNEL_DISABLE