diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-04-17 16:34:08 +1000 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-04-18 11:51:36 +0200 |
commit | f951d66d313c8cb9cf838ca8ab2117eb3fd0fa50 (patch) | |
tree | 53e13385d6c1f24c3fa7e6c93a05fb1130e7550c /src | |
parent | 43cb7ca9223b472b5ecf7f99070e0003e1a31619 (diff) | |
download | coreboot-f951d66d313c8cb9cf838ca8ab2117eb3fd0fa50.tar.xz |
southbridge/sb800: Strip obsolete commentary
Change-Id: I5cd9e1fcf197eae966be710b2ab24f49c6885eb0
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5529
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/southbridge/amd/sb800/sb800.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/southbridge/amd/sb800/sb800.c b/src/southbridge/amd/sb800/sb800.c index 5d1d80c57b..9fd98679ee 100644 --- a/src/southbridge/amd/sb800/sb800.c +++ b/src/southbridge/amd/sb800/sb800.c @@ -354,15 +354,6 @@ void sb800_enable(device_t dev) (dev->enabled ? 1 : 0) << index); break; case (0x14 << 3) | 6: - /* From linux-2.6.32 to 2.6.34, the broadcom has problems - * about the sequence of installing drivers. The solution is - * modifying the file "/etc/rc.local", or just running: - * - * touch /var/lock/subsys/local - * modprobe -r tg3 - * modprobe broadcom - * modprobe tg3 - */ index = 0; set_pmio_enable_bits(0xF6, 1 << index, (dev->enabled ? 0 : 1) << index); |