zaurus-clamshell.inc: fix nasty typo in u-boot address
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 12 Apr 2009 17:59:15 +0000 (19:59 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Sun, 12 Apr 2009 17:59:15 +0000 (19:59 +0200)
conf/machine/include/zaurus-clamshell.inc

index 714380e..90657e4 100644 (file)
@@ -1,7 +1,7 @@
 include conf/machine/include/tune-xscale.inc
 
-UBOOT_ENTRYPOINT = "0x80008000"
-UBOOT_LOADADDRESS = "0x80008000"
+UBOOT_ENTRYPOINT = "0xA80008000"
+UBOOT_LOADADDRESS = "0xA0008000"
 
 EXTRA_IMAGEDEPENDS += "sharp-flash-header-c700"
 KEXECBOOT_IMAGEDEPENDS += "sharp-flash-header-c700"