diff options
author | Wolfgang Denk <wd@denx.de> | 2010-11-30 22:13:32 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-30 22:13:32 +0100 |
commit | 49733aa0b9d29803384ad4bce74985f4bbe7e9aa (patch) | |
tree | e01f89a2704e848d67e322e76734875a44dbf865 /board/logicpd/am3517evm/config.mk | |
parent | b194577b2995eacbd2a3769269f0af1bc5e22530 (diff) | |
parent | f8264e015e93e27bb52bd047b58e5a130161764b (diff) | |
download | u-boot-imx-49733aa0b9d29803384ad4bce74985f4bbe7e9aa.zip u-boot-imx-49733aa0b9d29803384ad4bce74985f4bbe7e9aa.tar.gz u-boot-imx-49733aa0b9d29803384ad4bce74985f4bbe7e9aa.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'board/logicpd/am3517evm/config.mk')
-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 102d32b..71ec5d0 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 |