diff options
Diffstat (limited to 'board/westel/amx860')
| -rw-r--r-- | board/westel/amx860/config.mk | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/westel/amx860/config.mk b/board/westel/amx860/config.mk index d0ee4a286..49574336e 100644 --- a/board/westel/amx860/config.mk +++ b/board/westel/amx860/config.mk @@ -21,6 +21,6 @@  # MA 02111-1307 USA  # -#TEXT_BASE = 0xFE000000 -TEXT_BASE = 0x40000000 +#CONFIG_SYS_TEXT_BASE = 0xFE000000 +CONFIG_SYS_TEXT_BASE = 0x40000000  OBJCFLAGS =	--set-section-flags=.ppcenv=contents,alloc,load,data |