- Merge from linuxbios-lnxi (Linux Networx repository) up to public tree.
[coreboot.git] / src / northbridge / amd / amdk8 / early_ht.c
index 2711657455ea9d304570f0c9e2dcfc5de2af7669..9f33e00127216e4e854a797ebf342833e664be3d 100644 (file)
@@ -23,14 +23,6 @@ static int enumerate_ht_chain(void)
                        break;
                }
 
-#if CK804_DEVN_BASE==0 
-                //CK804 workaround: 
-                // CK804 UnitID changes not use
-                if(id == 0x005e10de) {
-                        break;
-                }
-#endif
-
                hdr_type = pci_read_config8(PCI_DEV(0,0,0), PCI_HEADER_TYPE);
                pos = 0;
                hdr_type &= 0x7f;