diff options
Diffstat (limited to 'board/v37/config.mk')
-rw-r--r-- | board/v37/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/v37/config.mk b/board/v37/config.mk index 50cac972e1..06801a6df0 100644 --- a/board/v37/config.mk +++ b/board/v37/config.mk @@ -24,4 +24,4 @@ # # Marel V37 boards # -TEXT_BASE = 0x40000000 +CONFIG_SYS_TEXT_BASE = 0x40000000 |