Attention is currently required from: Tim Wawrzynczak. Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63140 )
Change subject: Revert "soc/intel/alderlake: Define Kconfigs for Descriptor Region" ......................................................................
Revert "soc/intel/alderlake: Define Kconfigs for Descriptor Region"
No reason to put this in an Alderlake specific Kconfig file.
This reverts commit b24c528e46b394d274ed32ef04067a73a9308425.
Change-Id: I4529329d20f02a5a2aafe7a2ef08289a2faf2fbf Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/intel/alderlake/Kconfig 1 file changed, 0 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/63140/1
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index 38415e6..5ba74a6 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -369,16 +369,4 @@
endif
-config SI_DESC_REGION - string "Descriptor Region name" - default "SI_DESC" - help - Name of Descriptor Region in the FMAP - -config SI_DESC_REGION_SZ - int - default 4096 - help - Size of Descriptor Region in the FMAP - endif