Hello ron minnich, build bot (Jenkins), Patrick Georgi, Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33112
to look at the new patch set (#3).
Change subject: Kconfig: Align kconfigs with correct stage configs ......................................................................
Kconfig: Align kconfigs with correct stage configs
This patch ensures below kconfigs are aligned with correct stage configs
1. COMPRESS_RAMSTAGE and RELOCATABLE_RAMSTAGE are now enable if CONFIG_ENABLE_STAGE_RAMSTAGE is selected. 2. COMPRESS_BOOTBLOCK will enable if CONFIG_STAGE_BOOTBLOCK is set 3. COMPRESS_PRERAM_STAGES will enable if CONFIG_STAGE_VERSTAGE || CONFIG_STAGE_ROMSTAGE is selected.
Change-Id: I5d0c31152ffa8faf62b10a6bda12c9ad2e786d94 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/Kconfig 1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/33112/3