diff options
Diffstat (limited to 'src/usr/isteps/istep14/call_proc_exit_cache_contained.C')
-rw-r--r-- | src/usr/isteps/istep14/call_proc_exit_cache_contained.C | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/isteps/istep14/call_proc_exit_cache_contained.C b/src/usr/isteps/istep14/call_proc_exit_cache_contained.C index 897bb58ac..b118401f6 100644 --- a/src/usr/isteps/istep14/call_proc_exit_cache_contained.C +++ b/src/usr/isteps/istep14/call_proc_exit_cache_contained.C @@ -47,7 +47,6 @@ #include <arch/pirformat.H> #include <isteps/hwpf_reasoncodes.H> #include <devicefw/userif.H> -#include <config.h> #include <util/misc.H> #include <hwas/common/hwas.H> #include <sys/misc.h> @@ -81,7 +80,7 @@ void* call_proc_exit_cache_contained (void *io_pArgs) "call_proc_exit_cache_contained entry" ); errlHndl_t l_errl = nullptr; -#ifdef CONFIG_SECUREBOOT +#if (defined CONFIG_SECUREBOOT && ! defined CONFIG_AXONE) if(SECUREBOOT::enabled()) { SECUREBOOT::CENTAUR_SECURITY::ScomCache& centaurCache = @@ -537,7 +536,7 @@ void* call_proc_exit_cache_contained (void *io_pArgs) errlCommit( l_errl, HWPF_COMP_ID ); } -#ifdef CONFIG_SECUREBOOT +#if (defined CONFIG_SECUREBOOT && ! defined CONFIG_AXONE) // Unload the MEMD section that was loaded at the beginning of step11 l_errl = unloadSecureSection(PNOR::MEMD); if (l_errl) |