From: Andrea Adami Date: Tue, 1 Mar 2011 22:26:06 +0000 (+0100) Subject: ben-nanonote.conf: prepare for standard uboot-mkimage task. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c6097d75d3c9244a352280903740b76318e4d46;p=openembedded.git ben-nanonote.conf: prepare for standard uboot-mkimage task. * enable linux-kexecboot by default. Signed-off-by: Andrea Adami --- 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