blob: 27cd34ac3640ee50148792daa102372e0867eee9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Qemu -M mips system emulator
# See http://fabrice.bellard.free.fr/qemu
#
# ROM version
CONFIG_SYS_TEXT_BASE = 0xbfc00000
# RAM version
#CONFIG_SYS_TEXT_BASE = 0x80001000
|