summaryrefslogtreecommitdiffstats
path: root/src/mainboard/siemens
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2022-09-16 14:15:33 +0200
committerMartin L Roth <gaumless@gmail.com>2022-09-19 09:48:27 +0000
commit57ed348b20094fdc81ca045c17b357eb9cc242fb (patch)
tree5864cd5eed5bae225a745bcc3fc37590bbb219e5 /src/mainboard/siemens
parentc8870b1334b82670398a2a8c1c7f7509fa32984e (diff)
downloadcoreboot-57ed348b20094fdc81ca045c17b357eb9cc242fb.tar.gz
coreboot-57ed348b20094fdc81ca045c17b357eb9cc242fb.tar.bz2
coreboot-57ed348b20094fdc81ca045c17b357eb9cc242fb.zip
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 <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/67684 Reviewed-by: Jan Samek <jan.samek@siemens.com> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r--src/mainboard/siemens/mc_apl1/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_apl1/mainboard.c b/src/mainboard/siemens/mc_apl1/mainboard.c
index 269cdd071366..dc188b3405a3 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. */