Commit c4b0af98 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

linux: vmlinux target is valid for powerpc too



The vmlinux kernel target is valid for powerpc kernels too.
In fact this broke the qemu sample config.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 80d7b681
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ config BR2_LINUX_KERNEL_VMLINUX_BIN

config BR2_LINUX_KERNEL_VMLINUX
	bool "vmlinux"
	depends on BR2_mips || BR2_mipsel
	depends on BR2_mips || BR2_mipsel || BR2_powerpc

config BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM
	bool "custom target"