From 1a60e2ae8763c4cf6663df3ba2f03e7abbe35d1e Mon Sep 17 00:00:00 2001 From: Tim 'timtim' Ellis Date: Sun, 18 Jan 2009 22:57:58 +0000 Subject: orion: Add UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS to config --- conf/machine/include/orion.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc index d22b783f35..7b9726a6ac 100644 --- a/conf/machine/include/orion.inc +++ b/conf/machine/include/orion.inc @@ -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 -- cgit v1.2.3