summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd/pvpd.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/vpd/pvpd.C')
-rw-r--r--src/usr/vpd/pvpd.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/vpd/pvpd.C b/src/usr/vpd/pvpd.C
index 878e4b705..3acde7831 100644
--- a/src/usr/vpd/pvpd.C
+++ b/src/usr/vpd/pvpd.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2015 */
+/* Contributors Listed Below - COPYRIGHT 2013,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -325,7 +325,7 @@ IpVpdFacade(CVPD::SECTION_SIZE, // note use of CVPD
(sizeof(PVPD::pvpdKeywords)/sizeof(PVPD::pvpdKeywords[0])),
PNOR::CENTAUR_VPD, // note use of CVPD
PVPD::g_mutex,
- VPD::VPD_WRITE_PLANAR)
+ VPD::VPD_WRITE_NODE)
{
TRACUCOMP(g_trac_vpd, "PvpdFacade::PvpdFacade> " );
@@ -367,7 +367,7 @@ void PvpdFacade::getRecordLists(
// At thip point, if the node is be processed, then the mem buffs
// might have not been discovered yet. If cvpd is being cached, then
// include the cvpd list as the altnative.
-#ifdef CONFIG_CVPD_READ_FROM_PNOR
+#ifdef CONFIG_MEMVPD_READ_FROM_PNOR
o_altVpdRecords = Singleton<CvpdFacade>::instance().iv_vpdRecords;
o_altRecSize = Singleton<CvpdFacade>::instance().iv_recSize;
#else
OpenPOWER on IntegriCloud