Ver código fonte

blacklist microblaze

Waldemar Brodkorb 10 anos atrás
pai
commit
85cb2f2c7f
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      target/linux/config/Config.in.kernel

+ 2 - 0
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