diff options
Diffstat (limited to 'board/pandora/config.mk')
| -rw-r--r-- | board/pandora/config.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/pandora/config.mk b/board/pandora/config.mk index 6b1f69a04..0fab80c92 100644 --- a/board/pandora/config.mk +++ b/board/pandora/config.mk @@ -30,4 +30,4 @@  # (mem base + reserved)  # For use with external or internal boots. -TEXT_BASE = 0x80e80000 +CONFIG_SYS_TEXT_BASE = 0x80e80000 |