summaryrefslogtreecommitdiffstats
path: root/src/usr/util/utillidpnor.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/util/utillidpnor.C')
-rw-r--r--src/usr/util/utillidpnor.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/util/utillidpnor.C b/src/usr/util/utillidpnor.C
index c7118c915..f304eab2d 100644
--- a/src/usr/util/utillidpnor.C
+++ b/src/usr/util/utillidpnor.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2017 */
+/* Contributors Listed Below - COPYRIGHT 2014,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -49,6 +49,7 @@ const size_t lidIdStrLength = 9;
static const PnorLidsMap PnorToLidsMap =
{
{ PNOR::TESTRO, LidAndContainerLid(TEST_LIDID, INVALID_LIDID)},
+ { PNOR::VERSION, LidAndContainerLid(VERSION_LIDID, INVALID_LIDID)},
{ PNOR::OCC, LidAndContainerLid(OCC_LIDID, OCC_CONTAINER_LIDID)},
{ PNOR::WOFDATA, LidAndContainerLid(WOF_LIDID, WOF_CONTAINER_LIDID)},
{ PNOR::HCODE, LidAndContainerLid(NIMBUS_HCODE_LIDID, HCODE_CONTAINER_LIDID)},
OpenPOWER on IntegriCloud