From: Heinrich Schuchardt Date: Mon, 31 Jul 2023 20:01:20 +0000 (+0200) Subject: configs: enable SEMIHOSTING on qemu_arm64_defconfig X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=cf159fe0b659b9cc594915ec1415d0e72dbda38a;p=u-boot.git configs: enable SEMIHOSTING on qemu_arm64_defconfig We need a platform on which we can test our semihosting code. Signed-off-by: Heinrich Schuchardt Reviewed-by: Sean Anderson --- diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index 94bd966784..2080f5ee9a 100644 --- a/configs/qemu_arm64_defconfig +++ b/configs/qemu_arm64_defconfig @@ -71,4 +71,5 @@ CONFIG_TPM2_MMIO=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_PCI=y +CONFIG_SEMIHOSTING=y CONFIG_TPM=y