summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/pnorvalid.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/pnor/pnorvalid.C')
-rw-r--r--src/usr/pnor/pnorvalid.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/pnor/pnorvalid.C b/src/usr/pnor/pnorvalid.C
index 048078c93..1bc09a2fa 100644
--- a/src/usr/pnor/pnorvalid.C
+++ b/src/usr/pnor/pnorvalid.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2015 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -102,7 +102,7 @@ errlHndl_t validateAltMaster( void )
// When reading PNOR TOC assume a single page and no ECC
uint8_t* tocBuffer = new uint8_t[PAGESIZE];
size_t read_size = PAGESIZE;
- const uint64_t toc0_offset = PnorRP::TOC_0_OFFSET;
+ const uint64_t toc0_offset = PNOR::TOC_0_OFFSET;
do{
@@ -177,7 +177,7 @@ errlHndl_t validateAltMaster( void )
// Read Flash
l_err = pnordd->readFlash(tocBuffer, read_size,
- PnorRP::TOC_0_OFFSET);
+ PNOR::TOC_0_OFFSET);
if ( l_err )
{
// Commit Error Log, but continue the test
OpenPOWER on IntegriCloud