summaryrefslogtreecommitdiffstats
path: root/src/include/bootloader/bootloader_trace.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/bootloader/bootloader_trace.H')
-rw-r--r--src/include/bootloader/bootloader_trace.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/bootloader/bootloader_trace.H b/src/include/bootloader/bootloader_trace.H
index df6887890..4a11dbf49 100644
--- a/src/include/bootloader/bootloader_trace.H
+++ b/src/include/bootloader/bootloader_trace.H
@@ -89,11 +89,11 @@ enum BootloaderTraces
/** Bootloader PNOR Access findTOC readTOC for TOC ONE returned */
BTLDR_TRC_PA_FINDTOC_TOC1_READTOC_RTN = 0x32,
- /** Bootloader PNOR Access findTOC handleMMIO to copy TOC TWO returned */
- BTLDR_TRC_PA_FINDTOC_TOC2_HANDLEMMIO_RTN = 0x33,
+ /** Bootloader PNOR Access findTOC use PNOR start address */
+ BTLDR_TRC_PA_FINDTOC_USE_PNOR_START = 0x33,
- /** Bootloader PNOR Access findTOC readTOC for TOC TWO returned */
- BTLDR_TRC_PA_FINDTOC_TOC2_READTOC_RTN = 0x34,
+ /** Bootloader PNOR Access findTOC adjust PNOR address */
+ BTLDR_TRC_PA_FINDTOC_ADJUST_PNOR_ADDR = 0x34,
/** Bootloader PNOR Access getHBBSection findTOC returned */
BTLDR_TRC_PA_GETHBBSECTION_FINDTOC_RTN = 0x35,
OpenPOWER on IntegriCloud