diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/tqm8540.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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" |