summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2014-02-19 21:02:55 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-27 11:37:56 -0600
commitc114092812658e8bd4006e260befae121a0d48ab (patch)
tree62ac2f6dc03ccf982a582ad8d30d0c7110ccaa75
parent850f884974dac7973f22341920fbb7277cf80245 (diff)
downloadblackbird-hostboot-c114092812658e8bd4006e260befae121a0d48ab.tar.gz
blackbird-hostboot-c114092812658e8bd4006e260befae121a0d48ab.zip
Remove Disable Direct Access Cache Workaround from PNORDD
This commit removes a workaround where hostboot was disabling direct access cache in PNOR Device Driver initialization because at one point FSP was not doing this. FSP is now doing this and the workaround is no longer necessary Change-Id: Ia3442c77ea169a6757d1ac6cdb9096784501165b RTC: 64398 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9010 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/pnor/pnordd.C8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/usr/pnor/pnordd.C b/src/usr/pnor/pnordd.C
index a77ff9408..7a20b892e 100644
--- a/src/usr/pnor/pnordd.C
+++ b/src/usr/pnor/pnordd.C
@@ -456,14 +456,6 @@ void PnorDD::sfcInit( )
#define PNORDD_FSPATTACHED
#ifdef PNORDD_FSPATTACHED
- //TODO: Remove with RTC: 64398.
- //Delayed removing until FSP performs this setup.
- l_err = writeRegSfc(SFC_CMD_SPACE,
- SFC_REG_CONF,
- conf_init);
- if(l_err) { break; }
- //END TODO: RTC: 64398
-
//Determine NOR Flash type - triggers vendor specific workarounds
//We also use the chipID in some FFDC situations.
l_err = getNORChipId(cv_nor_chipid);
OpenPOWER on IntegriCloud