summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHarshit Sharma <harshitsharmajs@gmail.com>2020-08-06 19:33:32 -0700
committerPatrick Georgi <pgeorgi@google.com>2020-08-21 07:45:37 +0000
commitc29c12376fee93da6654624b648f9c84233c6973 (patch)
tree92e21ace697150d6f3e24adf78ccda08377c903d /src
parent7fe5ea4e6ef94b3403ca4cd645e4acd0b82a9b55 (diff)
downloadcoreboot-c29c12376fee93da6654624b648f9c84233c6973.tar.xz
mainboard/emulation/qemu-i440fx: Select HAVE_ASAN_IN_ROMSTAGE
Enable ASan in romstage as it has been tested. Change-Id: I3b5263f5342a78968d9a1ecf72996fff0946b204 Signed-off-by: Harshit Sharma <harshitsharmajs@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44282 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/emulation/qemu-i440fx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/Kconfig b/src/mainboard/emulation/qemu-i440fx/Kconfig
index 06ac685d3d..9187b05d22 100644
--- a/src/mainboard/emulation/qemu-i440fx/Kconfig
+++ b/src/mainboard/emulation/qemu-i440fx/Kconfig
@@ -13,6 +13,7 @@ config BOARD_SPECIFIC_OPTIONS
select BOARD_ROMSIZE_KB_16384 if VBOOT
select MAINBOARD_HAS_NATIVE_VGA_INIT
select MAINBOARD_FORCE_NATIVE_VGA_INIT
+ select HAVE_ASAN_IN_ROMSTAGE
config VBOOT
select VBOOT_MUST_REQUEST_DISPLAY