diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-07-31 22:01:20 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-14 17:55:53 -0400 |
commit | cf159fe0b659b9cc594915ec1415d0e72dbda38a (patch) | |
tree | f20291bbb60458d267cd2819f082a9d7211e978c /configs | |
parent | eed99ce360a3e9d26092723ea4b0ffa4e910137e (diff) | |
download | u-boot-cf159fe0b659b9cc594915ec1415d0e72dbda38a.zip u-boot-cf159fe0b659b9cc594915ec1415d0e72dbda38a.tar.gz u-boot-cf159fe0b659b9cc594915ec1415d0e72dbda38a.tar.bz2 |
configs: enable SEMIHOSTING on qemu_arm64_defconfig
We need a platform on which we can test our semihosting code.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Sean Anderson <sean.anderson@seco.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/qemu_arm64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index 94bd966..2080f5e 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 |