* We aim to support new mips devices shipping with u-boot
* but we cannot set KERNEL_IMAGETYPE = "uImage" yet.
* This is temporary solution until uImage becomes target for mips
* both in kernel and kexec-tools
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
# With 2.6.37 mips has no uImage target upstream.
# use custom task in the meantime
+DEPENDS_mipsel += "u-boot-mkimage-native"
+
do_uboot_mkimage_mipsel() {
cd ${S}
kernel_entry=`nm vmlinux | grep " kernel_entry" | cut -d' ' -f1`