diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-20 12:28:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-20 12:28:57 +0100 |
commit | 07e19a2d678831f98fd944f3e41b969ad786c025 (patch) | |
tree | 8732e380422d488cc7937c843c1018e570461996 /target/arc/systems | |
parent | 9301a1cf9ceed72fd38a9617041800ec931a6542 (diff) |
fix archs compile, loader is only used by arc32/arc64
Diffstat (limited to 'target/arc/systems')
-rw-r--r-- | target/arc/systems/qemu-arc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/arc/systems/qemu-arc b/target/arc/systems/qemu-arc index 3c8445eb9..017042e3a 100644 --- a/target/arc/systems/qemu-arc +++ b/target/arc/systems/qemu-arc @@ -3,7 +3,6 @@ config ADK_TARGET_SYSTEM_QEMU_ARC select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_WITH_COMPRESSION select ADK_TARGET_LITTLE_ENDIAN - select ADK_TARGET_KERNEL_LOADER help Support for QEMU ARC Emulator. |