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/x230/mainboard.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/lenovo/x230') diff --git a/src/mainboard/lenovo/x230/mainboard.c b/src/mainboard/lenovo/x230/mainboard.c index b33e22920e..50c944e341 100644 --- a/src/mainboard/lenovo/x230/mainboard.c +++ b/src/mainboard/lenovo/x230/mainboard.c @@ -3,9 +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