From: Michael Lauer Date: Tue, 11 Mar 2008 00:25:37 +0000 (+0000) Subject: fix u-boot load and entry addresses for AT32STK1000 and ATNGW100 boards. patch courte... X-Git-Tag: Release-2010-05/1~7496 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97234067044ab8cbd129711c727134ecdc7062a;p=openembedded.git fix u-boot load and entry addresses for AT32STK1000 and ATNGW100 boards. patch courtesy Geoffrey Wossum. closes #3958 --- diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index add4c7e2d9..50e7138854 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -24,4 +24,7 @@ EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" KERNEL_IMAGETYPE = "uImage" PREFERRED_VERSION_u-boot = "1.1.4" +UBOOT_ENTRYPOINT = "0x90000000" +UBOOT_LOADADDRESS = "0x10000000" + diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 559bd40c75..67c350bd97 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -23,6 +23,6 @@ PREFERRED_VERSION_u-boot = "1.1.4" KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "0x90000000" -UBOOT_LOADADRESS = "0x10000000" +UBOOT_LOADADDRESS = "0x10000000"