diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-18 22:57:58 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-18 22:57:58 +0000 |
commit | 1a60e2ae8763c4cf6663df3ba2f03e7abbe35d1e (patch) | |
tree | eb5398d4e1c6ac98ee42c62ee4abca1707660381 | |
parent | def999765b95d8761f75eb9cbddbca46c7b7e15a (diff) |
orion: Add UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS to config
-rw-r--r-- | conf/machine/include/orion.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |