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