Hello Kyösti Mälkki, Aaron Durbin, Arthur Heymans, Aamir Bohra, Wonkyu Kim, Duncan Laurie, build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33394
to look at the new patch set (#4).
Change subject: stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enable ......................................................................
stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enable
This patch removes CONFIG_NO_STAGE_CACHE check from caller function and add empty inline function incase CONFIG_NO_STAGE_CACHE is enable.
Also make NO_STAGE_CACHE depends on !CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM to avoid multiple select of stage_cache_<> functions.
Change-Id: I8e10ef2d261f9b204cecbeae6f65fda037753534 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/Kconfig M src/arch/x86/postcar_loader.c M src/include/stage_cache.h M src/lib/prog_loaders.c 4 files changed, 11 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/33394/4