diff options
Diffstat (limited to 'board/qemu-mips/config.mk')
| -rw-r--r-- | board/qemu-mips/config.mk | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/qemu-mips/config.mk b/board/qemu-mips/config.mk index 4d4078a40..27cd34ac3 100644 --- a/board/qemu-mips/config.mk +++ b/board/qemu-mips/config.mk @@ -4,7 +4,7 @@  #  # ROM version -TEXT_BASE = 0xbfc00000 +CONFIG_SYS_TEXT_BASE = 0xbfc00000  # RAM version -#TEXT_BASE = 0x80001000 +#CONFIG_SYS_TEXT_BASE = 0x80001000 |