From: Jeremy Laine Date: Thu, 24 Apr 2008 06:18:56 +0000 (+0000) Subject: kilauea.conf: add uImage entry point and load address X-Git-Tag: Release-2010-05/1~7115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb9a170fa70b24c87f0ee475b705469d8568e4c;p=openembedded.git kilauea.conf: add uImage entry point and load address --- diff --git a/conf/machine/kilauea.conf b/conf/machine/kilauea.conf index 211d5c7072..0ec14a9c5d 100644 --- a/conf/machine/kilauea.conf +++ b/conf/machine/kilauea.conf @@ -13,6 +13,8 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_VERSION_u-boot = "1.3.2" UBOOT_MACHINE = "kilauea_config" +UBOOT_ENTRYPOINT = "0" +UBOOT_LOADADDRESS = "0" SERIAL_CONSOLE = "115200 ttyS0"