linux-kexecboot.inc: fix typo for task override (mips/mipsel).
authorAndrea Adami <andrea.adami@gmail.com>
Wed, 2 Mar 2011 00:52:00 +0000 (01:52 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Wed, 2 Mar 2011 00:52:00 +0000 (01:52 +0100)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/linux/linux-kexecboot.inc

index 014c69b..e1b10a0 100644 (file)
@@ -160,7 +160,7 @@ python do_package() {
 # With 2.6.37 mips has no uImage target upstream.
 # use custom task in the meantime
 
-do_uboot_mkimage_mips() {
+do_uboot_mkimage_mipsel() {
         cd ${S}
         kernel_entry=`nm vmlinux | grep " kernel_entry" | cut -d' ' -f1`