diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-12 04:45:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-12 04:48:05 +0100 |
commit | 2841218b0aaba29930f742b4eb613f523ee3710b (patch) | |
tree | e9063dcb734b1db781322e0dc3672dd5c378e0dc /target/microblaze/systems/qemu-microblaze-ml605 | |
parent | 50d137f8dd4ef7069cf9d160541794db224ffca4 (diff) |
do not allow to build broken kernel images with compression
Some targets do not support compressed kernels or initramfs.
OpenADK combines both, there is no support for mixed setups.
For example Kernel with gzip, initramfs with xz.
Qemu-Metag f.e. can only use uncompressed initramfs.
The kernel could be compressed, but mixed setup isn't
available for now.
Diffstat (limited to 'target/microblaze/systems/qemu-microblaze-ml605')
-rw-r--r-- | target/microblaze/systems/qemu-microblaze-ml605 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/microblaze/systems/qemu-microblaze-ml605 b/target/microblaze/systems/qemu-microblaze-ml605 index f8dd57909..0a0fb522a 100644 --- a/target/microblaze/systems/qemu-microblaze-ml605 +++ b/target/microblaze/systems/qemu-microblaze-ml605 @@ -3,6 +3,7 @@ config ADK_TARGET_SYSTEM_QEMU_MICROBLAZE_ML605 select ADK_CPU_MICROBLAZE select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_LINUXBIN + select ADK_TARGET_KERNEL_WITH_COMPRESSION help Qemu support for MICROBLAZE architecture (Xilinx ML605). |