diff options
author | Koen Kooi <koen@openembedded.org> | 2008-02-04 12:13:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-02-04 12:13:03 +0000 |
commit | bac34c58b1a65d5b9e6f3d43e3c8bc7eea4c797c (patch) | |
tree | bc0d0927105d4003fb60386380e7215b70dc17e1 /conf/machine/atngw100.conf | |
parent | 9689c616200a54b57096d8ec684a0212a40bc05d (diff) |
linux.inc: allow u-boot entrypoint to differ from loadadress and make atngw100 use it
Diffstat (limited to 'conf/machine/atngw100.conf')
-rw-r--r-- | conf/machine/atngw100.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 21e256b04a..559bd40c75 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -22,3 +22,7 @@ EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" PREFERRED_VERSION_u-boot = "1.1.4" KERNEL_IMAGETYPE = "uImage" +UBOOT_ENTRYPOINT = "0x90000000" +UBOOT_LOADADRESS = "0x10000000" + + |