[oe-commits] Andrea Adami : linux-kexecboot.inc: fix typo (missing =).

git version control git at git.openembedded.org
Mon Jul 5 21:44:16 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d1f40ae1d1c9c168688eb8882e1ef200efbed399
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d1f40ae1d1c9c168688eb8882e1ef200efbed399

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Jul  5 23:43:31 2010 +0200

linux-kexecboot.inc: fix typo (missing =).

---

 recipes/kexecboot/linux-kexecboot.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/kexecboot/linux-kexecboot.inc b/recipes/kexecboot/linux-kexecboot.inc
index 284b0a7..27abe3f 100644
--- a/recipes/kexecboot/linux-kexecboot.inc
+++ b/recipes/kexecboot/linux-kexecboot.inc
@@ -29,7 +29,7 @@ TKSRC = "http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches"
 KERNEL_IMAGE_MAXSIZE_akita = "1294336"
 KERNEL_IMAGE_MAXSIZE_c7x0 = "1294336"
 KERNEL_IMAGE_MAXSIZE_collie = "1048576"
-KERNEL_IMAGE_MAXSIZE_poodle "1294336"
+KERNEL_IMAGE_MAXSIZE_poodle = "1294336"
 KERNEL_IMAGE_MAXSIZE_tosa = "1294336"
 KERNEL_IMAGE_MAXSIZE_spitz = "1294336"
 





More information about the Openembedded-commits mailing list