From: Tim 'timtim' Ellis Date: Sun, 18 Jan 2009 22:57:58 +0000 (+0000) Subject: orion: Add UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS to config X-Git-Tag: Release-2010-05/1~4259 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a60e2ae8763c4cf6663df3ba2f03e7abbe35d1e;p=openembedded.git orion: Add UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS to config --- diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc index d22b783f35..7b9726a6ac 100644 --- a/conf/machine/include/orion.inc +++ b/conf/machine/include/orion.inc @@ -22,5 +22,7 @@ SERIAL_CONSOLE = "ttyS0 115200" # Currently all the orion devices we support use uImage KERNEL_IMAGETYPE = "uImage" +UBOOT_ENTRYPOINT = "0x00008000" +UBOOT_LOADADDRESS = "0x00008000" require conf/machine/include/tune-arm926ejs.inc