summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-q35/memmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/emulation/qemu-q35/memmap.c')
-rw-r--r--src/mainboard/emulation/qemu-q35/memmap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/emulation/qemu-q35/memmap.c b/src/mainboard/emulation/qemu-q35/memmap.c
index 9b391d65c8..d57b25c2e3 100644
--- a/src/mainboard/emulation/qemu-q35/memmap.c
+++ b/src/mainboard/emulation/qemu-q35/memmap.c
@@ -34,10 +34,6 @@ void mainboard_machine_check(void)
die("You must run qemu for machine Q35 (-M q35)");
}
-/* QEMU-specific register */
-#define EXT_TSEG_MBYTES 0x50
-#define C_BASE_SEG ((0 << 2) | (1 << 1) | (0 << 0))
-
/* Decodes TSEG region size to bytes. */
static size_t decode_tseg_size(u8 esmramc)
{