diff options
Diffstat (limited to 'board/ti/sdp3430/config.mk')
-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 18e4761abd6..2ca03dd81fe 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. -TEXT_BASE = 0x80e80000 +CONFIG_SYS_TEXT_BASE = 0x80e80000 |