diff options
author | Wolfgang Denk | 2010-12-16 23:00:53 +0100 |
---|---|---|
committer | Wolfgang Denk | 2010-12-16 23:00:53 +0100 |
commit | 006915fbb0e3c1c9927fe32c4e92cb011f8499e7 (patch) | |
tree | b477df920f7d638a0472aa1d6bfa5ff71243448c /board/ti | |
parent | 98e69567022eb2138dd99554b3a2e80522a1b153 (diff) | |
parent | b5d58d8500bfb918c7fec56f241e6ee1078c2be0 (diff) |
Merge branch 'master' of ../master into next
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/sdp3430/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/sdp3430/config.mk b/board/ti/sdp3430/config.mk index 2ca03dd81fe..be4629897a2 100644 --- a/board/ti/sdp3430/config.mk +++ b/board/ti/sdp3430/config.mk @@ -30,4 +30,4 @@ # (mem base + reserved) # For use with external or internal boots. -CONFIG_SYS_TEXT_BASE = 0x80e80000 +CONFIG_SYS_TEXT_BASE = 0x80008000 |