diff options
author | Nico Huber <nico.h@gmx.de> | 2023-11-10 18:50:39 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-11-12 04:52:40 +0000 |
commit | 173922fc88e7c4e06ef903f2445919cb678324fb (patch) | |
tree | fd4c9edd5822db76a6afabc1400946c196b19009 /src/mainboard/kontron | |
parent | 2a87ef1eca56ed6b215bd6c4e0beabab670434ee (diff) |
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/kontron')
-rw-r--r-- | src/mainboard/kontron/986lcd-m/mainboard.c | 3 | ||||
-rw-r--r-- | src/mainboard/kontron/ktqm77/mainboard.c | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/kontron/986lcd-m/mainboard.c b/src/mainboard/kontron/986lcd-m/mainboard.c index f621f9bd7c..dbdd059af9 100644 --- a/src/mainboard/kontron/986lcd-m/mainboard.c +++ b/src/mainboard/kontron/986lcd-m/mainboard.c @@ -121,9 +121,6 @@ static void hwm_setup(void) pnp_write_hwm5_index(hwm_base, 0x40, 0x01); /* Init, but no SMI# */ } -/* 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, GMA_INT15_PANEL_FIT_DEFAULT, GMA_INT15_BOOT_DISPLAY_DEFAULT, 3); 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) || \ |