#62: Wrong variable causes a compile error -----------------------------------------------------+---------------------- Reporter: Jon Dufresne jon.dufresne@gmail.com | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: code | Version: v2 Keywords: | Dependencies: Patchstatus: patch needs review | -----------------------------------------------------+---------------------- In the file mainboard/intel/i82801dbm/i82801dbm.c the variable southbridge_intel_i82801dbm_control should be named southbridge_intel_i82801dbm_ops. Otherwise a compile error occurs if this device is included in Config.lb of the mainboard.
#62: Wrong variable causes a compile error ------------------------------------------------------+--------------------- Reporter: Jon Dufresne jon.dufresne@gmail.com | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: code | Version: v2 Resolution: | Keywords: Dependencies: | Patchstatus: patch needs review ------------------------------------------------------+--------------------- Comment (by stepan):
Weird. Any idea why this did not break the build of digitallogic/adl855pc?
#62: Wrong variable causes a compile error ------------------------------------------------------+--------------------- Reporter: Jon Dufresne jon.dufresne@gmail.com | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: code | Version: v2 Resolution: | Keywords: Dependencies: | Patchstatus: patch needs review ------------------------------------------------------+--------------------- Comment (by anonymous):
Replying to [comment:1 stepan]:
Weird. Any idea why this did not break the build of
digitallogic/adl855pc?
All the pci devices under the southbridge are commented out in the digitallogic/adl855pc/Config.lb if you uncomment them, it will break the build. Since they are commented out, nothing refers to southbridge_intel_i82801dbm_ops.
#62: Wrong variable causes a compile error ------------------------------------------------------+--------------------- Reporter: Jon Dufresne jon.dufresne@gmail.com | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: Component: code | Version: v2 Resolution: fixed | Keywords: Dependencies: | Patchstatus: patch has been committed ------------------------------------------------------+--------------------- Changes (by stepan):
* patchstatus: patch needs review => patch has been committed