summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/amd8111/amd8111.c
diff options
context:
space:
mode:
authorJason Schildt <jschildt@gmail.com>2005-10-13 00:44:34 +0000
committerJason Schildt <jschildt@gmail.com>2005-10-13 00:44:34 +0000
commitab327a3c08a1bd8b33f09827a5f10d91ddb8727d (patch)
tree861618c481c5c3f3c421a0cc901dd1a2d66d5dad /src/southbridge/amd/amd8111/amd8111.c
parent6ab43fcc48992d46096842b17a00dd51dd835c69 (diff)
downloadcoreboot-ab327a3c08a1bd8b33f09827a5f10d91ddb8727d.tar.xz
- Added explanation of device tree enable.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2052 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/amd8111/amd8111.c')
-rw-r--r--src/southbridge/amd/amd8111/amd8111.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/amd/amd8111/amd8111.c b/src/southbridge/amd/amd8111/amd8111.c
index 6f5f1beada..32797041f3 100644
--- a/src/southbridge/amd/amd8111/amd8111.c
+++ b/src/southbridge/amd/amd8111/amd8111.c
@@ -66,5 +66,8 @@ void amd8111_enable(device_t dev)
struct chip_operations southbridge_amd_amd8111_ops = {
CHIP_NAME("AMD 8111")
+ /* This only called when this device is listed in the
+ * static device tree.
+ */
.enable_dev = amd8111_enable,
};