diff options
Diffstat (limited to 'board/lpd7a40x/config.mk')
-rw-r--r-- | board/lpd7a40x/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/lpd7a40x/config.mk b/board/lpd7a40x/config.mk index bc03874a472..003e70740f7 100644 --- a/board/lpd7a40x/config.mk +++ b/board/lpd7a40x/config.mk @@ -34,5 +34,5 @@ # download area is 0xc0f00000 # -TEXT_BASE = 0xc1fc0000 -#TEXT_BASE = 0x00000000 +CONFIG_SYS_TEXT_BASE = 0xc1fc0000 +#CONFIG_SYS_TEXT_BASE = 0x00000000 |