From dd238a4fa8cf998eb4552626b1a767ff509f0915 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Wed, 14 Jul 2010 00:04:08 +0400 Subject: [PATCH] tqm8540: drop u-boot versioning, add kernel uImage parameters Signed-off-by: Dmitry Eremin-Solenikov --- conf/machine/tqm8540.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.5