mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
10 lines
176 B
Makefile
10 lines
176 B
Makefile
#
|
|
# 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
|