diff options
Diffstat (limited to 'board/ti/panda/config.mk')
-rw-r--r-- | board/ti/panda/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/ti/panda/config.mk b/board/ti/panda/config.mk index 7176c14fcc..33901a77b5 100644 --- a/board/ti/panda/config.mk +++ b/board/ti/panda/config.mk @@ -27,4 +27,5 @@ # 8000'0000 - 9fff'ffff (512 MB) # Linux-Kernel is expected to be at 8000'8000, entry 8000'8000 # (mem base + reserved) -TEXT_BASE = 0x80e80000 + +CONFIG_SYS_TEXT_BASE = 0x80e80000 |