diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-26 21:47:27 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-26 21:47:27 +0000 |
commit | ef99823326554ee10637b583657290f5db216da8 (patch) | |
tree | 2ffc3dc89bf68e0426dcf2581945cdf0f15e864c /hw/axis_dev88.c | |
parent | 8c6c919e281231dc3c77191b5a8c3c427ff17be8 (diff) |
ETRAX: Remove display-state argument from board init.
Apparently this board was forgotten in the display changes.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6462 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/axis_dev88.c')
-rw-r--r-- | hw/axis_dev88.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/axis_dev88.c b/hw/axis_dev88.c index 066b96944c..e7fdc639e6 100644 --- a/hw/axis_dev88.c +++ b/hw/axis_dev88.c @@ -252,7 +252,7 @@ static void main_cpu_reset(void *opaque) static void axisdev88_init (ram_addr_t ram_size, int vga_ram_size, - const char *boot_device, DisplayState *ds, + const char *boot_device, const char *kernel_filename, const char *kernel_cmdline, const char *initrd_filename, const char *cpu_model) { |