diff options
Diffstat (limited to 'hw/ppc405_boards.c')
-rw-r--r-- | hw/ppc405_boards.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hw/ppc405_boards.c b/hw/ppc405_boards.c index ca986a02c..b1a15e8a8 100644 --- a/hw/ppc405_boards.c +++ b/hw/ppc405_boards.c @@ -235,8 +235,8 @@ static void ref405ep_init (int ram_size, int vga_ram_size, bdrv_get_device_name(drives_table[index].bdrv), fl_sectors); #endif pflash_cfi02_register((uint32_t)(-bios_size), bios_offset, - drives_table[index].bdrv, 65536, fl_sectors, 2, - 0x0001, 0x22DA, 0x0000, 0x0000, 0x555, 0x2AA); + drives_table[index].bdrv, 65536, fl_sectors, 1, + 2, 0x0001, 0x22DA, 0x0000, 0x0000, 0x555, 0x2AA); fl_idx++; } else #endif @@ -552,8 +552,8 @@ static void taihu_405ep_init(int ram_size, int vga_ram_size, bdrv_get_device_name(drives_table[index].bdrv), fl_sectors); #endif pflash_cfi02_register((uint32_t)(-bios_size), bios_offset, - drives_table[index].bdrv, 65536, fl_sectors, 4, - 0x0001, 0x22DA, 0x0000, 0x0000, 0x555, 0x2AA); + drives_table[index].bdrv, 65536, fl_sectors, 1, + 4, 0x0001, 0x22DA, 0x0000, 0x0000, 0x555, 0x2AA); fl_idx++; } else #endif @@ -588,8 +588,8 @@ static void taihu_405ep_init(int ram_size, int vga_ram_size, bdrv_get_device_name(drives_table[index].bdrv)); #endif pflash_cfi02_register(0xfc000000, bios_offset, - drives_table[index].bdrv, 65536, fl_sectors, 4, - 0x0001, 0x22DA, 0x0000, 0x0000, 0x555, 0x2AA); + drives_table[index].bdrv, 65536, fl_sectors, 1, + 4, 0x0001, 0x22DA, 0x0000, 0x0000, 0x555, 0x2AA); fl_idx++; } /* Register CLPD & LCD display */ |