diff options
author | Jason Schildt <jschildt@gmail.com> | 2005-10-25 22:24:46 +0000 |
---|---|---|
committer | Jason Schildt <jschildt@gmail.com> | 2005-10-25 22:24:46 +0000 |
commit | 984bab5740dea46b8da14c434c7bae7058565e9d (patch) | |
tree | 5f2af540de5b684abea67bf82bc70f17cf784848 /src/southbridge/amd/amd8111 | |
parent | 737253bf12b4903613233913621ff750cf74d398 (diff) | |
download | coreboot-984bab5740dea46b8da14c434c7bae7058565e9d.tar.xz |
- Fixed fat-finger typo enable - enabled
- 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
Diffstat (limited to 'src/southbridge/amd/amd8111')
-rw-r--r-- | src/southbridge/amd/amd8111/amd8111_usb2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/amd8111/amd8111_usb2.c b/src/southbridge/amd/amd8111/amd8111_usb2.c index 1bec894ac8..459bf8a68b 100644 --- a/src/southbridge/amd/amd8111/amd8111_usb2.c +++ b/src/southbridge/amd/amd8111/amd8111_usb2.c @@ -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"); } |