Commit 1b66074b2f93a5d3f337d2aab10504426e756e50
1 parent
c8522bdf
Remove broken ds1225y init, it is useless on this machine anyway.
Spotted by Atsushi Nemoto. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3777 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
2 deletions
hw/mips_r4k.c
... | ... | @@ -38,7 +38,7 @@ extern FILE *logfile; |
38 | 38 | |
39 | 39 | static PITState *pit; /* PIT i8254 */ |
40 | 40 | |
41 | -/*i8254 PIT is attached to the IRQ0 at PIC i8259 */ | |
41 | +/* i8254 PIT is attached to the IRQ0 at PIC i8259 */ | |
42 | 42 | |
43 | 43 | static struct _loaderparams { |
44 | 44 | int ram_size; |
... | ... | @@ -268,7 +268,6 @@ void mips_r4k_init (int ram_size, int vga_ram_size, |
268 | 268 | hd[MAX_IDE_DEVS * i + 1]); |
269 | 269 | |
270 | 270 | i8042_init(i8259[1], i8259[12], 0x60); |
271 | - ds1225y_init(0x9000, "nvram"); | |
272 | 271 | } |
273 | 272 | |
274 | 273 | QEMUMachine mips_machine = { | ... | ... |