summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-04-21 08:19:56 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2020-02-19 20:15:52 +0000
commit2992d2f67c5194bf3e8f4dee33638e89554fcff1 (patch)
treecf73bc348d321f7c12bf5de430766704e9d6539e
parentadf98ab745f8a950d589dad390146d23c34d9cca (diff)
downloadtalos-hostboot-2992d2f67c5194bf3e8f4dee33638e89554fcff1.tar.gz
talos-hostboot-2992d2f67c5194bf3e8f4dee33638e89554fcff1.zip
Don't try to add proprietary CAPP microcode image to PNOR
-rwxr-xr-xsrc/build/buildpnor/genPnorImages.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build/buildpnor/genPnorImages.pl b/src/build/buildpnor/genPnorImages.pl
index 11d906a28..cc3b4f5e9 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -542,7 +542,6 @@ sub manipulateImages
$isNormalSecure ||= ($eyeCatch eq "HBRT");
$isNormalSecure ||= ($eyeCatch eq "PAYLOAD");
$isNormalSecure ||= ($eyeCatch eq "OCC");
- $isNormalSecure ||= ($eyeCatch eq "CAPP");
$isNormalSecure ||= ($eyeCatch eq "BOOTKERNEL");
$isNormalSecure ||= ($eyeCatch eq "IMA_CATALOG");
$isNormalSecure ||= ($eyeCatch eq "TESTRO");
OpenPOWER on IntegriCloud