diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2014-07-01 11:13:09 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-07-01 13:38:04 -0500 |
commit | a7ba1d1f6b7fc901bcf06c6fcfe21b5b36da3106 (patch) | |
tree | a6a47bfa8bd190c1a67118be9e8b16ccec44c963 /src/usr/hwpf/plat | |
parent | a6ab428c0ed5060f90a7cdd66df3ad9ad4c89962 (diff) | |
download | talos-hostboot-a7ba1d1f6b7fc901bcf06c6fcfe21b5b36da3106.tar.gz talos-hostboot-a7ba1d1f6b7fc901bcf06c6fcfe21b5b36da3106.zip |
Simplify config options for Palmetto
Change-Id: I0567d30105368f0a560d0bad346216dc8752557f
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11917
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/plat')
-rw-r--r-- | src/usr/hwpf/plat/HBconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/plat/HBconfig b/src/usr/hwpf/plat/HBconfig index 40fdc8ed5..2d9d4ba6c 100644 --- a/src/usr/hwpf/plat/HBconfig +++ b/src/usr/hwpf/plat/HBconfig @@ -1,4 +1,4 @@ config VPD_GETMACRO_USE_EFF_ATTR - default n + default y if !HAVE_MBVPD help - Use EFF attribute in VPD GETMACRO
\ No newline at end of file + Use EFF attribute in VPD GETMACRO |