summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-07-09 13:25:11 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-07-10 11:40:12 +0000
commita6a5ae0eaa97242ef9b8357bc4ac7354cd4489f5 (patch)
tree5d7686e9b93b7e743cb8d906d397152828be2cad /src
parenteeb762ae331c2c567fb0c64575796c9608cbe7eb (diff)
emulation/qemu-q35: Remove redefine TSEG_SZ_MASK
TSEG_SZ_MASK is already defined in "q35.h" Change-Id: I32ea08c18e1c41d16137ea14a1643f8c8d527722 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83386 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/emulation/qemu-q35/romstage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/emulation/qemu-q35/romstage.c b/src/mainboard/emulation/qemu-q35/romstage.c
index d4700d5fb6..c64321f665 100644
--- a/src/mainboard/emulation/qemu-q35/romstage.c
+++ b/src/mainboard/emulation/qemu-q35/romstage.c
@@ -7,8 +7,6 @@
#include "q35.h"
-#define TSEG_SZ_MASK (3 << 1)
-
void mainboard_romstage_entry(void)
{
i82801ix_early_init();