diff options
Diffstat (limited to 'board/sandburst/karef')
| -rw-r--r-- | board/sandburst/karef/config.mk | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/sandburst/karef/config.mk b/board/sandburst/karef/config.mk index f2f94c5f6..46f5b249b 100644 --- a/board/sandburst/karef/config.mk +++ b/board/sandburst/karef/config.mk @@ -27,9 +27,9 @@  #  ifeq ($(ramsym),1) -TEXT_BASE = 0x07FD0000 +CONFIG_SYS_TEXT_BASE = 0x07FD0000  else -TEXT_BASE = 0xFFF80000 +CONFIG_SYS_TEXT_BASE = 0xFFF80000  endif  PLATFORM_CPPFLAGS += -DCONFIG_440=1 |