diff options
author | Waldemar Brodkorb <wbrodkorb@infonline.de> | 2021-06-11 02:16:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-06-11 15:32:23 +0200 |
commit | b83259f5d8417e231bf261a50954aa4c5709e814 (patch) | |
tree | ff53cbe7d2f0f1e16a72e567dd15f87a9fd7829b /target/s390/systems | |
parent | 0c96f7329fd5ec6b775bd6df6717a3bb87203874 (diff) |
use bzImage for qemu-s390
Diffstat (limited to 'target/s390/systems')
-rw-r--r-- | target/s390/systems/qemu-s390 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/s390/systems/qemu-s390 b/target/s390/systems/qemu-s390 index 692f4a53c..dbb0a4c23 100644 --- a/target/s390/systems/qemu-s390 +++ b/target/s390/systems/qemu-s390 @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_QEMU_S390 bool "Qemu Emulator" select ADK_TARGET_CPU_S390_Z900 select ADK_TARGET_QEMU + select ADK_TARGET_KERNEL_BZIMAGE select ADK_TARGET_KERNEL_WITH_COMPRESSION help Support for Qemu Emulator S/390 architecture. |