diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/qemu-mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index b8b970504f..f45f78b9a2 100644 --- a/include/configs/qemu-mips.h +++ b/include/configs/qemu-mips.h @@ -137,6 +137,7 @@ */ /* The following #defines are needed to get flash environment right */ +#define CONFIG_SYS_TEXT_BASE 0xbfc00000 /* Rom version */ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_MONITOR_LEN (192 << 10) |