From 173922fc88e7c4e06ef903f2445919cb678324fb Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 10 Nov 2023 18:50:39 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79003 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/mainboard/google/stout/mainboard.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/google/stout') diff --git a/src/mainboard/google/stout/mainboard.c b/src/mainboard/google/stout/mainboard.c index ae68a78dcb..e1ea7c265f 100644 --- a/src/mainboard/google/stout/mainboard.c +++ b/src/mainboard/google/stout/mainboard.c @@ -35,9 +35,6 @@ static void mainboard_init(struct device *dev) pci_write_config8(ethernet_dev, 0x81, 0x01); } -// mainboard_enable is executed as first thing after -// enumerate_buses(). - static void mainboard_enable(struct device *dev) { dev->ops->init = mainboard_init; -- cgit v1.2.3