Dtrain Hsu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85932?usp=email )
Change subject: mb/trulo/var/uldrenite: Change ROM size to 32MB ......................................................................
mb/trulo/var/uldrenite: Change ROM size to 32MB
Modify Uldrenite ROM size from 16MB to 32MB.
BUG=b:388426787 TEST=emerge-nissa coreboot and check rom size is 32MB
Change-Id: I39f50415e093eb82342462f03cf50e89bce8cd93 Signed-off-by: Dtrain Hsu dtrain_hsu@compal.corp-partner.google.com --- M src/mainboard/google/brya/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/85932/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 84c15a9..e4f563e 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -622,6 +622,7 @@
config BOARD_GOOGLE_ULDRENITE select BOARD_GOOGLE_BASEBOARD_TRULO + select BOARD_ROMSIZE_KB_32768 select SOC_INTEL_TCSS_USE_PDC_PMC_USBC_MUX_CONFIGURATION select HAVE_PCIE_WWAN select HAVE_WWAN_POWER_SEQUENCE