diff options
Diffstat (limited to 'board/ep8248/config.mk')
-rw-r--r-- | board/ep8248/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep8248/config.mk b/board/ep8248/config.mk index eda523be265..384e07c9a6b 100644 --- a/board/ep8248/config.mk +++ b/board/ep8248/config.mk @@ -27,4 +27,4 @@ # EP82xx series boards by Embedded Planet # -TEXT_BASE = 0xFFF00000 +CONFIG_SYS_TEXT_BASE = 0xFFF00000 |