diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2006-04-20 21:40:20 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2006-04-20 21:40:20 +0000 |
commit | bbdaeaf55cf9814c28a753d8144646a88ab3a32c (patch) | |
tree | b27b12613260865f6730a4a41e3ccd249ba6f92b | |
parent | 32c315b1ef820c8c22ea33138fac1e2f48859da8 (diff) |
change to 5536
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2268 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/olpc/rev_a/auto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/olpc/rev_a/auto.c b/src/mainboard/olpc/rev_a/auto.c index a5716783ef..0c148b4f68 100644 --- a/src/mainboard/olpc/rev_a/auto.c +++ b/src/mainboard/olpc/rev_a/auto.c @@ -16,8 +16,8 @@ #define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1) -#include "southbridge/amd/cs5535/cs5535_early_smbus.c" -#include "southbridge/amd/cs5535/cs5535_early_setup.c" +#include "southbridge/amd/cs5536/cs5536_early_smbus.c" +#include "southbridge/amd/cs5536/cs5536_early_setup.c" static inline int spd_read_byte(unsigned device, unsigned address) { |