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/kontron/ktqm77/mainboard.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/kontron/ktqm77') diff --git a/src/mainboard/kontron/ktqm77/mainboard.c b/src/mainboard/kontron/ktqm77/mainboard.c index f8ef53834f..27aa3b5328 100644 --- a/src/mainboard/kontron/ktqm77/mainboard.c +++ b/src/mainboard/kontron/ktqm77/mainboard.c @@ -138,10 +138,6 @@ static int int15_handler(void) #endif - -/* mainboard_enable is executed as first thing after */ -/* enumerate_buses(). */ - static void mainboard_enable(struct device *dev) { #if CONFIG(PCI_OPTION_ROM_RUN_YABEL) || \ -- cgit v1.2.3