diff --git a/src/southbridge/via/vt8235/Config b/src/southbridge/via/vt8235/Config deleted file mode 100644 index 094297c0ab..0000000000 --- a/src/southbridge/via/vt8235/Config +++ /dev/null @@ -1 +0,0 @@ -object southbridge.o diff --git a/src/southbridge/via/vt8235/setup_ethernet.inc b/src/southbridge/via/vt8235/setup_ethernet.inc deleted file mode 100644 index d20253a75f..0000000000 --- a/src/southbridge/via/vt8235/setup_ethernet.inc +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This early setup is a handy place to enable the Ethernet if the user wants - * it. - */ -enable_eth: - movl $CONFIG_ADDR(0, SUPERIO_DEVFN, 0x50), %eax - PCI_READ_CONFIG_DWORD - - /* Turn on just the Ethernet and disable modem */ - orl $0x1080, %eax - mov %eax, %ecx - - movl $CONFIG_ADDR(0, SUPERIO_DEVFN, 0x50), %eax - PCI_WRITE_CONFIG_DWORD