diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-01-21 23:56:37 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-01-21 23:56:37 +0000 |
commit | 063f3d9395fde6b7fafe22d82e0d3b1be51694f9 (patch) | |
tree | c73b8b8bec84024294cec9f04df96d34ae1e2225 /src/southbridge/winbond | |
parent | 87561c7acd3fc44f51aefe323b9c7a6e3575f086 (diff) | |
download | coreboot-063f3d9395fde6b7fafe22d82e0d3b1be51694f9.tar.xz |
default values seem to work fine
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1343 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/winbond')
-rw-r--r-- | src/southbridge/winbond/w83c553/w83c553f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/winbond/w83c553/w83c553f.c b/src/southbridge/winbond/w83c553/w83c553f.c index a5e8ab1a23..cf91893f28 100644 --- a/src/southbridge/winbond/w83c553/w83c553f.c +++ b/src/southbridge/winbond/w83c553/w83c553f.c @@ -48,7 +48,7 @@ w83c553_init(struct device *dev) printk_info("Configure W83C553F ISA Bridge (Function 0)\n"); -#ifdef SANDPOINT +#if 0 /* * Set ISA memory space NOT SURE ABOUT THIS??? */ |