From 5c6097d75d3c9244a352280903740b76318e4d46 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 1 Mar 2011 23:26:06 +0100 Subject: [PATCH] ben-nanonote.conf: prepare for standard uboot-mkimage task. * enable linux-kexecboot by default. Signed-off-by: Andrea Adami --- conf/machine/ben-nanonote.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf index fd4aba48f8..3e5ef84ddc 100644 --- a/conf/machine/ben-nanonote.conf +++ b/conf/machine/ben-nanonote.conf @@ -11,7 +11,13 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote" #KERNEL_IMAGETYPE = "uImage" KERNEL_IMAGETYPE = "vmlinux.bin" -IMAGE_FSTYPES ?= "jffs2" +UBOOT_LOADADDRESS = "0x80010000" + +# Dynamic entrypoint +#UBOOT_ENTRYPOINT = +UBOOT_ENTRYSYMBOL = "kernel_entry" + +IMAGE_FSTYPES ?= "jffs2 tar.gz" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" PREFERRED_VERSION_xserver-kdrive = "1.3.0.0" @@ -29,4 +35,4 @@ LOGO_SIZE = "qvga" # making sure rootfs is compatible ################################## -# require conf/machine/include/initramfs-kexecboot.inc +require conf/machine/include/initramfs-kexecboot.inc -- 2.39.5