From e38fabf9077243ca78dca773a3e25631751fccec Mon Sep 17 00:00:00 2001 From: sorgelig Date: Thu, 3 Aug 2017 22:11:44 +0800 Subject: [PATCH] ao486: remove unneeded reset. --- x86.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x86.c b/x86.c index e3ba0ef..cd3a15e 100644 --- a/x86.c +++ b/x86.c @@ -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);