summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/buildpnor')
-rwxr-xr-xsrc/build/buildpnor/genPnorImages.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build/buildpnor/genPnorImages.pl b/src/build/buildpnor/genPnorImages.pl
index 1c6abf877..6bfca0884 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -523,6 +523,10 @@ sub manipulateImages
# Partitions that have a hash page table at the beginning of the section
# for secureboot purposes.
my %hashPageTablePartitions = (HBI => 1);
+ if($ENV{'RM_HASH_PAGE_TABLE'})
+ {
+ undef %hashPageTablePartitions;
+ }
my %preReqImages = (
HBB_SW_SIG_FILE => "$bin_dir/$parallelPrefix.hbb_sw_sig.bin"
OpenPOWER on IntegriCloud