diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:37:52 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:37:52 +0100 |
commit | f58934551e052db5a1f33f53dcc9cbf6fcb72910 (patch) | |
tree | ea1fcbb14277933495e67a3b4a98cb31d31f1bbd /board/qemu-mips/config.mk | |
parent | 351080e2e8f633dfecd957c14bd06e55100d6a7f (diff) | |
parent | 922ff465cc7b87e589a1299b7a87f52ea7bd2bf7 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
Diffstat (limited to 'board/qemu-mips/config.mk')
-rw-r--r-- | board/qemu-mips/config.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/qemu-mips/config.mk b/board/qemu-mips/config.mk new file mode 100644 index 0000000000..4d4078a407 --- /dev/null +++ b/board/qemu-mips/config.mk @@ -0,0 +1,10 @@ +# +# Qemu -M mips system emulator +# See http://fabrice.bellard.free.fr/qemu +# + +# ROM version +TEXT_BASE = 0xbfc00000 + +# RAM version +#TEXT_BASE = 0x80001000 |