Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45411 )
Change subject: soc/intel/common/block: Skip saving VBNV data if ctx is NULL ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45411/1/src/soc/intel/common/block/... File src/soc/intel/common/block/chip/chip.c:
https://review.coreboot.org/c/coreboot/+/45411/1/src/soc/intel/common/block/... PS1, Line 8: const struct soc_intel_common_config *soc_config = NULL; : const config_t *config; : : config = config_of_soc(); : soc_config = &config->common_soc_config; : : return soc_config;
Ack
getting compilation error hence https://review.coreboot.org/c/coreboot/+/45416/2/src/soc/intel/common/block/...