Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40949 )
Change subject: soc/amd/picasso: Select CHROMEOS_RAMOOPS_DYNAMIC ......................................................................
soc/amd/picasso: Select CHROMEOS_RAMOOPS_DYNAMIC
For boards that select CHROMEOS, select CHROMEOS_RAMOOPS_DYNAMIC by default.
BUG=b:155345589
Change-Id: Id215f3a2c8d1e9e713a628283af9586a1f117ef4 Signed-off-by: Furquan Shaikh furquan@google.com --- M src/soc/amd/picasso/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/40949/1
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index 5996cc6..7de918e 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -194,6 +194,9 @@ Specify the amount of DRAM reserved for gathering the data used to generate the ACPI table.
+config CHROMEOS + select CHROMEOS_RAMOOPS_DYNAMIC + config RO_REGION_ONLY string depends on CHROMEOS