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/lenovo/t520/mainboard.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/lenovo/t520/mainboard.c') diff --git a/src/mainboard/lenovo/t520/mainboard.c b/src/mainboard/lenovo/t520/mainboard.c index 39790f298a7f..50c944e341d5 100644 --- a/src/mainboard/lenovo/t520/mainboard.c +++ b/src/mainboard/lenovo/t520/mainboard.c @@ -3,8 +3,6 @@ #include #include -/* mainboard_enable is executed as first thing after -enumerate_buses(). */ static void mainboard_enable(struct device *dev) { install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_INT_LVDS, -- cgit v1.2.3