ao486: remove unneeded reset.

This commit is contained in:
sorgelig
2017-08-03 22:11:44 +08:00
parent 93b4932185
commit e38fabf907

4
x86.c
View File

@@ -332,10 +332,6 @@ static int fdd_set(char* filename)
void x86_init()
{
user_io_8bit_set_status(UIO_STATUS_RESET, UIO_STATUS_RESET);
fpga_core_reset(1);
usleep(10000);
fpga_gpo_write(0);
spi_uio_cmd(0);
IOWR(PC_BUS_BASE, 0, 0x00FFF0EA);
IOWR(PC_BUS_BASE, 1, 0x000000F0);