diff options
Diffstat (limited to 'board/davinci/da8xxevm/config.mk')
| -rw-r--r-- | board/davinci/da8xxevm/config.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/davinci/da8xxevm/config.mk b/board/davinci/da8xxevm/config.mk index 6da29a979..e176f7d51 100644 --- a/board/davinci/da8xxevm/config.mk +++ b/board/davinci/da8xxevm/config.mk @@ -40,4 +40,4 @@  #Provide at least 16MB spacing between us and the Linux Kernel image -TEXT_BASE = 0xC1080000 +CONFIG_SYS_TEXT_BASE = 0xC1080000 |