linux: vmlinux target is valid for powerpc too
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 24 Oct 2011 19:42:09 +0000 (16:42 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 25 Oct 2011 06:17:10 +0000 (08:17 +0200)
The vmlinux kernel target is valid for powerpc kernels too.
In fact this broke the qemu sample config.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
linux/Config.in

index 774aaf818c6db90f48ae56dc5c35a21e49d8fffc..469fd7ca9a68065edd8dfede77e5f3f38e049882 100644 (file)
@@ -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"