diff options
Diffstat (limited to 'board/pandora')
-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 6b1f69a04e..0fab80c922 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 |