Attention is currently required from: Jeff Daly, Mariusz Szafrański, Suresh Bellampalli, Vanessa Eusebio, Arthur Heymans. Hello Arthur Heymans,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/63069
to review the following change.
Change subject: soc/intel/denverton_ns: Remove always false statement ......................................................................
soc/intel/denverton_ns: Remove always false statement
This fixes building with clang.
Change-Id: I7405f031298a35589e435e888af911d916662d23 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/intel/denverton_ns/romstage.c 1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/63069/1
diff --git a/src/soc/intel/denverton_ns/romstage.c b/src/soc/intel/denverton_ns/romstage.c index c7d2093..2f3a5cc 100644 --- a/src/soc/intel/denverton_ns/romstage.c +++ b/src/soc/intel/denverton_ns/romstage.c @@ -158,12 +158,6 @@ die("HSIO Configuration is invalid, please correct " "it!");
- /* Check the requested FIA MUX Configuration */ - if (!(&hsio_config->FiaConfig)) { - die("Requested FIA MUX Configuration is invalid," - " please correct it!"); - } - mupd->FspmConfig.PcdHsioLanesNumber = (uint32_t)hsio_config->NumLanesSupported; mupd->FspmConfig.PcdFiaMuxConfigPtr =