diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2014-11-20 10:37:54 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-10 13:12:15 -0600 |
| commit | f64edce55aaf65b251244f1ca9ed337c0e5ccf46 (patch) | |
| tree | 8c5ebde028b589fc72bc41c74224c5af01cb1d1f /src/usr/vpd/HBconfig | |
| parent | d0bdc7d65fde01afa774ee46ce5a40875459b52d (diff) | |
| download | talos-hostboot-f64edce55aaf65b251244f1ca9ed337c0e5ccf46.tar.gz talos-hostboot-f64edce55aaf65b251244f1ca9ed337c0e5ccf46.zip | |
Fix HBconfig setting to allow CVPD caching
Change-Id: I7307c2aad22e2a426b264b2f8f5762db14ffd695
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14565
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/HBconfig')
| -rw-r--r-- | src/usr/vpd/HBconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/vpd/HBconfig b/src/usr/vpd/HBconfig index 15254caac..136183442 100644 --- a/src/usr/vpd/HBconfig +++ b/src/usr/vpd/HBconfig @@ -1,12 +1,11 @@ config CVPD_READ_FROM_PNOR default y - depends on !CVPD_READ_FROM_HW help Read Centaur VPD data from PNOR cache config CVPD_READ_FROM_HW - default y if !CVPD_READ_FROM_PNOR - depends on !PALMETTO_PASS1 && !CVPD_READ_FROM_PNOR + default n + depends on !PALMETTO_PASS1 help Read Centaur VPD data from HW resources |

