diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-17 22:41:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-18 09:10:38 +0200 |
commit | 85cb2f2c7f5a45e447a4e3ca53f084a023ce0592 (patch) | |
tree | 53a854c80a4194ba3c323a3184c572aef1ecb9f7 | |
parent | 236f477f0a88998e8d751660736f5c5e622b17f4 (diff) |
blacklist microblaze
-rw-r--r-- | target/linux/config/Config.in.kernel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index a9f09ea5d..9a5f42d5d 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -192,6 +192,8 @@ config ADK_KERNEL_PREEMPT config ADK_KERNEL_CC_OPTIMIZE_FOR_SIZE prompt "Optimize for size" boolean + # does not boot in qemu + depends on !ADK_LINUX_MICROBLAZE default y endmenu |