summaryrefslogtreecommitdiff
path: root/hw/mips_r4k.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-02-28 21:36:41 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-02-28 21:36:41 +0000
commit9542611a66227ceca062eec86d49e17aa79cbf90 (patch)
treef0e10f06ad4b7b15987d54e10184b287ffe5ce1a /hw/mips_r4k.c
parentc5be9f0898b92d0d6bfb458fd50fc170f4300361 (diff)
downloadqemu-9542611a66227ceca062eec86d49e17aa79cbf90.tar.gz
qemu-9542611a66227ceca062eec86d49e17aa79cbf90.tar.bz2
qemu-9542611a66227ceca062eec86d49e17aa79cbf90.zip
DS1225Y nvram device, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2460 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mips_r4k.c')
-rw-r--r--hw/mips_r4k.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c
index 63ad367207..b6054fd517 100644
--- a/hw/mips_r4k.c
+++ b/hw/mips_r4k.c
@@ -215,6 +215,7 @@ void mips_r4k_init (int ram_size, int vga_ram_size, int boot_device,
bs_table[2 * i], bs_table[2 * i + 1]);
kbd_init();
+ ds1225y_init(0x9000, "nvram");
}
QEMUMachine mips_machine = {