diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-25 09:59:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-25 09:59:27 -0600 |
commit | 1ab994791e94a482e4b77c41c27c407f80efc6d8 (patch) | |
tree | 2cafa2cbd54335dfd84ed20d04035d80eef2392d | |
parent | ce1ba92df15194c3bce67445b431888cc6c6d1a6 (diff) | |
download | u-boot-1ab994791e94a482e4b77c41c27c407f80efc6d8.zip u-boot-1ab994791e94a482e4b77c41c27c407f80efc6d8.tar.gz u-boot-1ab994791e94a482e4b77c41c27c407f80efc6d8.tar.bz2 |
WIP: Fix qemu_arm64_lwip_defconfig for buildman
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | configs/qemu_arm64_lwip_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig index 050c93f..1a89786 100644 --- a/configs/qemu_arm64_lwip_defconfig +++ b/configs/qemu_arm64_lwip_defconfig @@ -1,3 +1,6 @@ #include <configs/qemu_arm64_defconfig> + +CONFIG_ARM=y +CONFIG_ARCH_QEMU=y CONFIG_NET_LWIP=y # CONFIG_DFU_TFTP is not set |