diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-01-24 14:13:30 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-01-25 20:32:22 +0100 |
commit | 5ec1153200c70138eb7ee9b36f5c1032bf310a22 (patch) | |
tree | 9f1d4f3b6de76055558f52b55034be540cda8c98 /src/northbridge/amd/amdmct | |
parent | 6f2caa0ffac653ae7455040429f70f71e9f38ccc (diff) |
northbridge/amd: Add Kconfig options for ECC redirection
Change-Id: I83e7605650b13e82a2e6c2822cbd237b4e473b5d
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8271
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/northbridge/amd/amdmct')
-rw-r--r-- | src/northbridge/amd/amdmct/wrappers/mcti_d.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/northbridge/amd/amdmct/wrappers/mcti_d.c b/src/northbridge/amd/amdmct/wrappers/mcti_d.c index 96cef4e206..3615676d1b 100644 --- a/src/northbridge/amd/amdmct/wrappers/mcti_d.c +++ b/src/northbridge/amd/amdmct/wrappers/mcti_d.c @@ -167,8 +167,11 @@ static u16 mctGet_NVbits(u8 index) #endif break; case NV_ECCRedir: - val = 0; /* Disable */ - //val = 1; /* Enable */ + /* + * 0: Disable + * 1: Enable + */ + val = CONFIG_AMDMCT_ENABLE_ECC_REDIR; break; case NV_DramBKScrub: /* |