summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/auron
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/google/auron
parent2a87ef1eca56ed6b215bd6c4e0beabab670434ee (diff)
downloadcoreboot-173922fc88e7c4e06ef903f2445919cb678324fb.tar.gz
coreboot-173922fc88e7c4e06ef903f2445919cb678324fb.tar.bz2
coreboot-173922fc88e7c4e06ef903f2445919cb678324fb.zip
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/google/auron')
-rw-r--r--src/mainboard/google/auron/mainboard.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/auron/mainboard.c b/src/mainboard/google/auron/mainboard.c
index f465d0775d89..ed2e7b889c0b 100644
--- a/src/mainboard/google/auron/mainboard.c
+++ b/src/mainboard/google/auron/mainboard.c
@@ -21,9 +21,6 @@ static int mainboard_smbios_data(struct device *dev, int *handle,
return variant_smbios_data(dev, handle, current);
}
-// mainboard_enable is executed as first thing after
-// enumerate_buses().
-
static void mainboard_enable(struct device *dev)
{
dev->ops->init = mainboard_init;