Subrata Banik has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/34198 )
Change subject: Kconfig: Remove HAVE_RAMSTAGE dependency from RELOCATABLE_RAMSTAGE ......................................................................
Kconfig: Remove HAVE_RAMSTAGE dependency from RELOCATABLE_RAMSTAGE
CONFIG_RELOCATABLE_RAMSTAGE is something more than ramstage specific kconfig hence its better to remove HAVE_RAMSTAGE dependency till stage_cache cleaner implementation lands here.
Change-Id: I3c238d727dc13014e2b77544d05099be95c22bab Signed-off-by: Subrata Banik subrata.banik@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/34198 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved
diff --git a/src/Kconfig b/src/Kconfig index b64fdca..2bb5bfe 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -241,7 +241,6 @@
config RELOCATABLE_RAMSTAGE bool - depends on HAVE_RAMSTAGE default !NO_RELOCATABLE_RAMSTAGE select RELOCATABLE_MODULES help