diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2006-04-20 21:21:13 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2006-04-20 21:21:13 +0000 |
commit | 5c97d78b1ac62276ae6f08b5f96f5ccb05e4d2f4 (patch) | |
tree | 82985b4e0068db6f336d4ebe3deef1831a7c747c /src/southbridge | |
parent | 965b5ad85bf8f7ab144f81c232fd40e320c22545 (diff) | |
download | coreboot-5c97d78b1ac62276ae6f08b5f96f5ccb05e4d2f4.tar.xz |
add cs5536 directory
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2261 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/cs5535/cs5535_early_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/cs5535/cs5535_early_setup.c b/src/southbridge/amd/cs5535/cs5535_early_setup.c index e0f2b146af..c23426e086 100644 --- a/src/southbridge/amd/cs5535/cs5535_early_setup.c +++ b/src/southbridge/amd/cs5535/cs5535_early_setup.c @@ -148,7 +148,7 @@ static void cs5535_setup_cis_mode(void) msr.lo |= 0x10; __builtin_wrmsr(0x51000010, msr.lo, msr.hi); //Only do this if we are building for 5535 - //__builtin_wrmsr(0x54002010, 0x00000002, 0x00000000); + __builtin_wrmsr(0x54002010, 0x00000002, 0x00000000); } static void dummy(void) |