diff options
Diffstat (limited to 'board/pm856')
| -rw-r--r-- | board/pm856/config.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/pm856/config.mk b/board/pm856/config.mk index 822930584..25adde5ec 100644 --- a/board/pm856/config.mk +++ b/board/pm856/config.mk @@ -26,4 +26,4 @@  # default CCARBAR is at 0xff700000  # assume U-Boot is less than 0.5MB  # -TEXT_BASE = 0xfff80000 +CONFIG_SYS_TEXT_BASE = 0xfff80000 |