summaryrefslogtreecommitdiff
path: root/src/mainboard/msi
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-11-17 11:03:49 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-11-19 00:40:04 +0000
commit006887b688219c8c5e2c301780906892565fc2f1 (patch)
treeec15d2fce70af7ac3233a942495bf6c795c2aafc /src/mainboard/msi
parent1e0ce7a9d8d67e83c67e22dd51d5b8e8f6e7cb8d (diff)
tree: Remove unused <assert.h>
Remove <assert.h> when it is not used. Change-Id: Icb8ee7dcfd05e0a3131d02d1bc8fe150bbf9527b Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85164 Reviewed-by: Yidi Lin <yidilin@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/msi')
-rw-r--r--src/mainboard/msi/ms7d25/romstage_fsp_params.c1
-rw-r--r--src/mainboard/msi/ms7e06/romstage_fsp_params.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/msi/ms7d25/romstage_fsp_params.c b/src/mainboard/msi/ms7d25/romstage_fsp_params.c
index 7f5ea85fd5..1494deec8b 100644
--- a/src/mainboard/msi/ms7d25/romstage_fsp_params.c
+++ b/src/mainboard/msi/ms7d25/romstage_fsp_params.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <assert.h>
#include <fsp/api.h>
#include <soc/romstage.h>
#include <soc/meminit.h>
diff --git a/src/mainboard/msi/ms7e06/romstage_fsp_params.c b/src/mainboard/msi/ms7e06/romstage_fsp_params.c
index 6fa8dc3ca6..c8955f7247 100644
--- a/src/mainboard/msi/ms7e06/romstage_fsp_params.c
+++ b/src/mainboard/msi/ms7e06/romstage_fsp_params.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <assert.h>
#include <fsp/api.h>
#include <soc/romstage.h>
#include <soc/meminit.h>