mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
0764c164fe
With serial, NE2000, IDE support. Tested in big-endian mode. Memory size hard-coded to 128M for now, so don't play with the -m option. Signed-off-by: Vlad Lungu <vlad@comsys.ro>
10 lines
154 B
Makefile
10 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
|