aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/facebook
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2023-11-10 18:50:39 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-11-12 04:52:40 +0000
commit173922fc88e7c4e06ef903f2445919cb678324fb (patch)
treefd4c9edd5822db76a6afabc1400946c196b19009 /src/mainboard/facebook
parent2a87ef1eca56ed6b215bd6c4e0beabab670434ee (diff)
mainboards: Drop stale comment about enumerate_buses()
There is no enumerate_buses() today and also no trace of it in our repository. Also, in current terms, mainboard_enable() is called as the very first thing in our enumeration so the comment seems misleading. Change-Id: Iae620f83c8166c1cfc8b9fb9ef4a7025987bf1be Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79003 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/facebook')
-rw-r--r--src/mainboard/facebook/fbg1701/mainboard.c4
-rw-r--r--src/mainboard/facebook/monolith/mainboard.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/facebook/fbg1701/mainboard.c b/src/mainboard/facebook/fbg1701/mainboard.c
index 1ab13e10ce..7838bab528 100644
--- a/src/mainboard/facebook/fbg1701/mainboard.c
+++ b/src/mainboard/facebook/fbg1701/mainboard.c
@@ -20,10 +20,6 @@ static void mainboard_reserve_resources(struct device *dev)
res->flags = IORESOURCE_IRQ | IORESOURCE_ASSIGNED | IORESOURCE_FIXED;
}
-/*
- * mainboard_enable is executed as first thing after
- * enumerate_buses().
- */
static void mainboard_enable(struct device *dev)
{
mainboard_reserve_resources(dev);
diff --git a/src/mainboard/facebook/monolith/mainboard.c b/src/mainboard/facebook/monolith/mainboard.c
index 1ab13e10ce..7838bab528 100644
--- a/src/mainboard/facebook/monolith/mainboard.c
+++ b/src/mainboard/facebook/monolith/mainboard.c
@@ -20,10 +20,6 @@ static void mainboard_reserve_resources(struct device *dev)
res->flags = IORESOURCE_IRQ | IORESOURCE_ASSIGNED | IORESOURCE_FIXED;
}
-/*
- * mainboard_enable is executed as first thing after
- * enumerate_buses().
- */
static void mainboard_enable(struct device *dev)
{
mainboard_reserve_resources(dev);