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