orion: Add UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS to config
authorTim 'timtim' Ellis <tim.ellis@foonas.org>
Sun, 18 Jan 2009 22:57:58 +0000 (22:57 +0000)
committerTim 'timtim' Ellis <tim.ellis@foonas.org>
Sun, 18 Jan 2009 22:57:58 +0000 (22:57 +0000)
conf/machine/include/orion.inc

index d22b783..7b9726a 100644 (file)
@@ -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