From 3d3f438937f9359ecb58f1c18a910a8302404ad5 Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Sat, 12 Jul 2003 01:48:30 +0000 Subject: - Use an SMBUS_IO_BASE value that will not conflict with an automatically assigned value git-svn-id: svn://svn.coreboot.org/coreboot/trunk@955 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/amd/amd8111/amd8111_early_smbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/amd/amd8111/amd8111_early_smbus.c') diff --git a/src/southbridge/amd/amd8111/amd8111_early_smbus.c b/src/southbridge/amd/amd8111/amd8111_early_smbus.c index 33f558896e..e67d414933 100644 --- a/src/southbridge/amd/amd8111/amd8111_early_smbus.c +++ b/src/southbridge/amd/amd8111/amd8111_early_smbus.c @@ -1,4 +1,4 @@ -#define SMBUS_IO_BASE 0x1000 +#define SMBUS_IO_BASE 0x0f00 #define SMBGSTATUS 0xe0 #define SMBGCTL 0xe2 -- cgit v1.2.3