aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/at32stk1000.conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-03-11 00:25:37 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-03-11 00:25:37 +0000
commitd97234067044ab8cbd129711c727134ecdc7062a (patch)
treee425ffd6c258ba6b3d3bde27fa7525fcdc5ec3ce /conf/machine/at32stk1000.conf
parent6ad7bd5327d76f4f0bdb7bf904b8f664423992ca (diff)
downloadopenembedded-d97234067044ab8cbd129711c727134ecdc7062a.tar.gz
fix u-boot load and entry addresses for AT32STK1000 and ATNGW100 boards. patch courtesy Geoffrey Wossum. closes #3958
Diffstat (limited to 'conf/machine/at32stk1000.conf')
-rw-r--r--conf/machine/at32stk1000.conf3
1 files changed, 3 insertions, 0 deletions
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"
+