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>
This commit is contained in:
Werner Zeh 2022-09-16 14:15:33 +02:00 committed by Martin L Roth
parent c8870b1334
commit 57ed348b20
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ static void wait_for_legacy_dev(void *unused)
uint32_t legacy_delay, us_since_boot; uint32_t legacy_delay, us_since_boot;
struct stopwatch sw; struct stopwatch sw;
if (CONFIG(BOARD_SIEMENS_MC_APL4)) if (CONFIG(BOARD_SIEMENS_MC_APL4) || CONFIG(BOARD_SIEMENS_MC_APL7))
return; return;
/* Open main hwinfo block. */ /* Open main hwinfo block. */