diff options
Diffstat (limited to 'board/sc3')
-rw-r--r-- | board/sc3/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc3/config.mk b/board/sc3/config.mk index a46b197..e0ad623 100644 --- a/board/sc3/config.mk +++ b/board/sc3/config.mk @@ -21,4 +21,4 @@ # MA 02111-1307 USA # -TEXT_BASE = 0xFFFA0000 +CONFIG_SYS_TEXT_BASE = 0xFFFA0000 |