mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
fix type error for s2895
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2138 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b3b1b2d3fb
commit
73cc74e4f0
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ void get_bus_conf(void)
|
|||
|
||||
/* CK804b */
|
||||
|
||||
if(pci1234[2] & 0f) { //if the second cpu is installed
|
||||
if(pci1234[2] & 0xf) { //if the second cpu is installed
|
||||
bus_ck804b_0 = (pci1234[2]>>16) & 0xff;
|
||||
#if 0
|
||||
dev = dev_find_slot(bus_ck804b_0, PCI_DEVFN(sbdnb + 0x09,0));
|
||||
|
|
Loading…
Add table
Reference in a new issue