Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83386?usp=email )
Change subject: emulation/qemu-q35: Remove redefine TSEG_SZ_MASK ......................................................................
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 --- M src/mainboard/emulation/qemu-q35/romstage.c 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/83386/1
diff --git a/src/mainboard/emulation/qemu-q35/romstage.c b/src/mainboard/emulation/qemu-q35/romstage.c index d4700d5..c64321f 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();