mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
11 lines
154 B
Makefile
11 lines
154 B
Makefile
|
#
|
||
|
# Qemu -M mips system emulator
|
||
|
# See http://fabrice.bellard.free.fr/qemu
|
||
|
#
|
||
|
|
||
|
# ROM version
|
||
|
TEXT_BASE = 0xbfc00000
|
||
|
|
||
|
# RAM version
|
||
|
#TEXT_BASE = 0x80001000
|