From 57ed348b20094fdc81ca045c17b357eb9cc242fb Mon Sep 17 00:00:00 2001 From: Werner Zeh Date: Fri, 16 Sep 2022 14:15:33 +0200 Subject: mb/siemens/mc_apl1: Do not wait for legacy devices on mc_apl7 Since there are no legacy devices on the variant mc_apl7 do not wait for them on mc_apl7. Change-Id: Ia4e6c0fb495a347be51bd6604a1d9b73098fb7b6 Signed-off-by: Werner Zeh Reviewed-on: https://review.coreboot.org/c/coreboot/+/67684 Reviewed-by: Jan Samek Reviewed-by: Mario Scheithauer Tested-by: build bot (Jenkins) --- src/mainboard/siemens/mc_apl1/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainboard/siemens/mc_apl1/mainboard.c b/src/mainboard/siemens/mc_apl1/mainboard.c index 269cdd0713..dc188b3405 100644 --- a/src/mainboard/siemens/mc_apl1/mainboard.c +++ b/src/mainboard/siemens/mc_apl1/mainboard.c @@ -256,7 +256,7 @@ static void wait_for_legacy_dev(void *unused) uint32_t legacy_delay, us_since_boot; struct stopwatch sw; - if (CONFIG(BOARD_SIEMENS_MC_APL4)) + if (CONFIG(BOARD_SIEMENS_MC_APL4) || CONFIG(BOARD_SIEMENS_MC_APL7)) return; /* Open main hwinfo block. */ -- cgit v1.2.3