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: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
80d7b68167
commit
c4b0af9885
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user