diff options
Diffstat (limited to 'board/ti/panda/config.mk')
-rw-r--r-- | board/ti/panda/config.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/ti/panda/config.mk b/board/ti/panda/config.mk index 7382263765..7176c14fcc 100644 --- a/board/ti/panda/config.mk +++ b/board/ti/panda/config.mk @@ -27,6 +27,4 @@ # 8000'0000 - 9fff'ffff (512 MB) # Linux-Kernel is expected to be at 8000'8000, entry 8000'8000 # (mem base + reserved) - -# Let's place u-boot 1MB before the end of SDRAM. -TEXT_BASE = 0x9ff00000 +TEXT_BASE = 0x80e80000 |