HAOUAS Elyes has uploaded this change for review.

View Change

nb/{haswell,i945,sandybridge}: Fix comment

'e7525/northbridge.c' does not exist anymore.

Change-Id: I5520760f59a3c6f89afb1360b12bd9763fba562a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/northbridge/intel/haswell/northbridge.c
M src/northbridge/intel/i945/northbridge.c
M src/northbridge/intel/sandybridge/northbridge.c
3 files changed, 0 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/37653/1
diff --git a/src/northbridge/intel/haswell/northbridge.c b/src/northbridge/intel/haswell/northbridge.c
index c047c39..1efa660 100644
--- a/src/northbridge/intel/haswell/northbridge.c
+++ b/src/northbridge/intel/haswell/northbridge.c
@@ -92,7 +92,6 @@

/* TODO We could determine how many PCIe busses we need in
* the bar. For now that number is hardcoded to a max of 64.
- * See e7525/northbridge.c for an example.
*/
static struct device_operations pci_domain_ops = {
.read_resources = pci_domain_read_resources,
diff --git a/src/northbridge/intel/i945/northbridge.c b/src/northbridge/intel/i945/northbridge.c
index dde1b11..bcecd88 100644
--- a/src/northbridge/intel/i945/northbridge.c
+++ b/src/northbridge/intel/i945/northbridge.c
@@ -165,7 +165,6 @@

/* TODO We could determine how many PCIe busses we need in
* the bar. For now that number is hardcoded to a max of 64.
- * See e7525/northbridge.c for an example.
*/
static struct device_operations pci_domain_ops = {
.read_resources = mch_domain_read_resources,
diff --git a/src/northbridge/intel/sandybridge/northbridge.c b/src/northbridge/intel/sandybridge/northbridge.c
index 6337d69..b34f07d 100644
--- a/src/northbridge/intel/sandybridge/northbridge.c
+++ b/src/northbridge/intel/sandybridge/northbridge.c
@@ -258,7 +258,6 @@

/* TODO We could determine how many PCIe busses we need in
* the bar. For now that number is hardcoded to a max of 64.
- * See e7525/northbridge.c for an example.
*/
static struct device_operations pci_domain_ops = {
.read_resources = pci_domain_read_resources,

To view, visit change 37653. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5520760f59a3c6f89afb1360b12bd9763fba562a
Gerrit-Change-Number: 37653
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange