diff options
author | Sylvain "ythier" Hitier <sylvain.hitier@gmail.com> | 2011-03-01 22:02:37 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-03-01 22:02:37 +0000 |
commit | 82419413b108d33a265aa2c82623c2a307692cb9 (patch) | |
tree | 37f464f9a8fd8655c60c590731c89ca0db5d085b /src/mainboard/gigabyte | |
parent | 5325a48340158d1251a55d54eb437a695fdc428a (diff) |
Fix some subsystemid statements in r6421
Signed-off-by: Sylvain "ythier" Hitier <sylvain.hitier@gmail.com>
Acked-by: Sven Schnelle <svens@stackframe.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6425 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ma78gm/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ma78gm/devicetree.cb b/src/mainboard/gigabyte/ma78gm/devicetree.cb index 38ff642c10..1aa859f8a3 100644 --- a/src/mainboard/gigabyte/ma78gm/devicetree.cb +++ b/src/mainboard/gigabyte/ma78gm/devicetree.cb @@ -6,7 +6,7 @@ chip northbridge/amd/amdfam10/root_complex end end device pci_domain 0 on - subsystemid 0x3060 0x1022 inherit + subsystemid 0x1022 0x3060 inherit chip northbridge/amd/amdfam10 device pci 18.0 on # northbridge chip southbridge/amd/rs780 |