diff options
Diffstat (limited to 'board/dave/B2')
| -rw-r--r-- | board/dave/B2/config.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/dave/B2/config.mk b/board/dave/B2/config.mk index 521662207..f7b686a1e 100644 --- a/board/dave/B2/config.mk +++ b/board/dave/B2/config.mk @@ -25,6 +25,6 @@  # MA 02111-1307 USA  # -TEXT_BASE = 0x0C100000 +CONFIG_SYS_TEXT_BASE = 0x0C100000  PLATFORM_CPPFLAGS += -Uarm |