From: Dmitry Eremin-Solenikov Date: Tue, 13 Jul 2010 20:04:08 +0000 (+0400) Subject: tqm8540: drop u-boot versioning, add kernel uImage parameters X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd238a4fa8cf998eb4552626b1a767ff509f0915;p=openembedded.git tqm8540: drop u-boot versioning, add kernel uImage parameters Signed-off-by: Dmitry Eremin-Solenikov --- diff --git a/conf/machine/tqm8540.conf b/conf/machine/tqm8540.conf index 7595f8a5dc..eece2ff4e9 100644 --- a/conf/machine/tqm8540.conf +++ b/conf/machine/tqm8540.conf @@ -10,8 +10,9 @@ MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot jffs2" KERNEL_IMAGETYPE = "uImage" -PREFERRED_VERSION_u-boot = "1.3.2" UBOOT_MACHINE = "TQM8540_config" +UBOOT_ENTRYPOINT = "0" +UBOOT_LOADADDRESS = "0" EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000"