diff options
Diffstat (limited to 'board/overo/config.mk')
-rw-r--r-- | board/overo/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/overo/config.mk b/board/overo/config.mk index 59b651f60ad..e7c471cc200 100644 --- a/board/overo/config.mk +++ b/board/overo/config.mk @@ -25,5 +25,4 @@ # Linux-Kernel is expected to be at 8000'8000, entry 8000'8000 # (mem base + reserved) -# For use with external or internal boots. -TEXT_BASE = 0x80008000 +CONFIG_SYS_TEXT_BASE = 0x80008000 |