fix u-boot load and entry addresses for AT32STK1000 and ATNGW100 boards. patch courte...
authorMichael Lauer <mickey@vanille-media.de>
Tue, 11 Mar 2008 00:25:37 +0000 (00:25 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 11 Mar 2008 00:25:37 +0000 (00:25 +0000)
conf/machine/at32stk1000.conf
conf/machine/atngw100.conf

index add4c7e..50e7138 100644 (file)
@@ -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"
+
 
index 559bd40..67c350b 100644 (file)
@@ -23,6 +23,6 @@ PREFERRED_VERSION_u-boot = "1.1.4"
 KERNEL_IMAGETYPE = "uImage"
 
 UBOOT_ENTRYPOINT = "0x90000000"
-UBOOT_LOADADRESS = "0x10000000"
+UBOOT_LOADADDRESS = "0x10000000"