diff options
Diffstat (limited to 'src/southbridge/amd/cs5535/chip.h')
-rw-r--r-- | src/southbridge/amd/cs5535/chip.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/southbridge/amd/cs5535/chip.h b/src/southbridge/amd/cs5535/chip.h index 07a3907f3f..3e9be9938e 100644 --- a/src/southbridge/amd/cs5535/chip.h +++ b/src/southbridge/amd/cs5535/chip.h @@ -1,12 +1,10 @@ -#ifndef _SOUTHBRIDGE_AMD_CS5535 -#define _SOUTHBRIDGE_AMD_CS5535 +#ifndef _SOUTHBRIDGE_AMD_CS5536 +#define _SOUTHBRIDGE_AMD_CS5536 -extern struct chip_operations southbridge_amd_cs5535_ops; +extern struct chip_operations southbridge_amd_cs5536_ops; -struct southbridge_amd_cs5535_config { - /* PCI function enables so the pci scan bus finds the devices */ - int enable_ide; - int enable_nvram; +struct southbridge_amd_cs5536_config { + int none; }; -#endif /* _SOUTHBRIDGE_AMD_CS5535 */ +#endif /* _SOUTHBRIDGE_AMD_CS5536 */ |