- Fixed fat-finger typo enable - enabled
authorJason Schildt <jschildt@gmail.com>
Tue, 25 Oct 2005 22:24:46 +0000 (22:24 +0000)
committerJason Schildt <jschildt@gmail.com>
Tue, 25 Oct 2005 22:24:46 +0000 (22:24 +0000)
- Fixed abuild.sh to use larger size for ROM_IMAGE_SIZE.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2079 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/southbridge/amd/amd8111/amd8111_usb2.c
util/abuild/abuild.sh

index 1bec894ac88fadc0291e6db1c7e8a42f4994dbc0..459bf8a68b62c6b2170970a881dbf0500e0736b0 100644 (file)
@@ -24,7 +24,7 @@ static struct pci_operations lops_pci = {
 static void amd8111_usb2_enable(device_t dev)
 {
        // Due to buggy USB2 we force it to disable. 
-       dev->enable = 0;
+       dev->enabled = 0;
        amd8111_enable(dev);
        printk_debug("USB2 disabled.\n");
 }
index 0dc89223ba423f701d63b4f0ff626bfe69cab316..48f11c71a9ea7a5d37dcaca6d1eb8258d54b493b 100644 (file)
@@ -82,14 +82,14 @@ EOF
                cat <<EOF
 romimage "normal"
        option USE_FALLBACK_IMAGE=0
-       option ROM_IMAGE_SIZE=0x15000
+       option ROM_IMAGE_SIZE=0x18000
        option LINUXBIOS_EXTRA_VERSION=".0-normal"
        payload PAYLOAD
 end
 
 romimage "fallback" 
        option USE_FALLBACK_IMAGE=1
-       option ROM_IMAGE_SIZE=0x15000
+       option ROM_IMAGE_SIZE=0x18000
        option LINUXBIOS_EXTRA_VERSION=".0-fallback"
        payload PAYLOAD
 end