diff options
| author | Vaibhav Hiremath <hvaibhav@ti.com> | 2010-11-29 16:36:04 -0500 |
|---|---|---|
| committer | Sandeep Paulraj <s-paulraj@ti.com> | 2010-11-29 16:36:04 -0500 |
| commit | 13acfc6f7f8e61494d8b216e35e52da83cf13236 (patch) | |
| tree | 105d217ff8b5ae5ab64566a2b15b63a381fe3ff3 /board/logicpd | |
| parent | f899198a7f7bff6e6b1ec9c3478c35fcede9a588 (diff) | |
| download | olio-uboot-2014.01-13acfc6f7f8e61494d8b216e35e52da83cf13236.tar.xz olio-uboot-2014.01-13acfc6f7f8e61494d8b216e35e52da83cf13236.zip | |
AM3517:Fix for ARM Relocation support
Also change the CONFIG_SYS_TEXT_BASE to 0x80008000, required
with relocation support. This is the load address for primary
boot loader (x-loader).
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/logicpd')
| -rw-r--r-- | board/logicpd/am3517evm/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/logicpd/am3517evm/config.mk b/board/logicpd/am3517evm/config.mk index 102d32b91..71ec5d0b1 100644 --- a/board/logicpd/am3517evm/config.mk +++ b/board/logicpd/am3517evm/config.mk @@ -27,4 +27,4 @@ # (mem base + reserved) # For use with external or internal boots. -CONFIG_SYS_TEXT_BASE = 0x80e80000 +CONFIG_SYS_TEXT_BASE = 0x80008000 |