diff options
Diffstat (limited to 'board/lwmon/config.mk')
-rw-r--r-- | board/lwmon/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/lwmon/config.mk b/board/lwmon/config.mk index dfa952a..de48fd7 100644 --- a/board/lwmon/config.mk +++ b/board/lwmon/config.mk @@ -26,5 +26,5 @@ # LWE Monitorcontroller Litronic LCD IV boards # -TEXT_BASE = 0x40000000 -#TEXT_BASE = 0x41000000 +CONFIG_SYS_TEXT_BASE = 0x40000000 +#CONFIG_SYS_TEXT_BASE = 0x41000000 |