diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2013-05-20 15:09:18 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-06-10 10:05:14 -0500 |
| commit | 879e709081b0474fd6cafd35378fb601481aeac7 (patch) | |
| tree | 9e4bc25b0ba60712ea816ddeb99a2907e928db77 /src/include/usr/hwpf/hwpf_reasoncodes.H | |
| parent | 12ef1b0406ba52ce78ee55db292bfb0ae72e5a5b (diff) | |
| download | blackbird-hostboot-879e709081b0474fd6cafd35378fb601481aeac7.tar.gz blackbird-hostboot-879e709081b0474fd6cafd35378fb601481aeac7.zip | |
Update callers to mm_block_map instead of mmio_dev_map
RTC: 71081
Change-Id: Icdf0f32afc926999c974da1a6b24c279f73cb600
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4608
Tested-by: Jenkins Server
Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Reviewed-by: Melissa J. Connell <missyc@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/hwpf_reasoncodes.H')
| -rw-r--r-- | src/include/usr/hwpf/hwpf_reasoncodes.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/hwpf_reasoncodes.H b/src/include/usr/hwpf/hwpf_reasoncodes.H index c16296fe6..ea80fbfc2 100644 --- a/src/include/usr/hwpf/hwpf_reasoncodes.H +++ b/src/include/usr/hwpf/hwpf_reasoncodes.H @@ -96,7 +96,7 @@ namespace fapi RC_STATE_MISMATCH = HWPF_COMP_ID | 0x23, // OCC Errors - RC_MMIO_UNMAP_ERR = HWPF_COMP_ID | 0x24, + RC_MM_UNMAP_ERR = HWPF_COMP_ID | 0x24, // VDDR Errors RC_VDDR_EMPTY_MSG = HWPF_COMP_ID | 0x25, |

