Browse Source

blacklist microblaze

Waldemar Brodkorb 10 năm trước cách đây
mục cha
commit
85cb2f2c7f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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