diff options
Diffstat (limited to 'board/pleb2/config.mk')
-rw-r--r-- | board/pleb2/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/pleb2/config.mk b/board/pleb2/config.mk index 6958a636a69..079f58eb2f5 100644 --- a/board/pleb2/config.mk +++ b/board/pleb2/config.mk @@ -1,3 +1,3 @@ -TEXT_BASE = 0xa1F80000 -#TEXT_BASE = 0xa3080000 -#TEXT_BASE = 0 +CONFIG_SYS_TEXT_BASE = 0xa1F80000 +#CONFIG_SYS_TEXT_BASE = 0xa3080000 +#CONFIG_SYS_TEXT_BASE = 0 |