mb/amd/crater/Kconfig: Decrease flash size to 16M
Update because the board by default has 16M flash. TEST=build and run on the crater mainboard Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I7ecb7721c523d8995e124b61715afac2090b3235 Reviewed-on: https://review.coreboot.org/c/coreboot/+/90267 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
parent
f65f674343
commit
f97a933140
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
config BOARD_AMD_CRATER_COMMON
|
||||
def_bool n
|
||||
select BOARD_ROMSIZE_KB_32768
|
||||
select BOARD_ROMSIZE_KB_16384
|
||||
select EC_ACPI
|
||||
select SOC_AMD_COMMON_BLOCK_USE_ESPI if !SOC_AMD_COMMON_BLOCK_SIMNOW_BUILD
|
||||
select DRIVERS_PCIE_RTD3_DEVICE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue