diff options
author | pbrook | 2007-11-18 15:40:35 +0100 |
---|---|---|
committer | pbrook | 2007-11-18 15:40:35 +0100 |
commit | ec4ef3168cdf5f3306543a713bbbac2b42d70f2d (patch) | |
tree | acb6dff1dd2c4c23677e9804d6568f52276022d5 /hw/gumstix.c | |
parent | Luminary board input support. (diff) | |
download | qemu-ec4ef3168cdf5f3306543a713bbbac2b42d70f2d.tar.gz qemu-ec4ef3168cdf5f3306543a713bbbac2b42d70f2d.tar.xz qemu-ec4ef3168cdf5f3306543a713bbbac2b42d70f2d.zip |
Fix connex board init routine.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3690 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/gumstix.c')
-rw-r--r-- | hw/gumstix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/gumstix.c b/hw/gumstix.c index 0b6dd0b3f4..8247156620 100644 --- a/hw/gumstix.c +++ b/hw/gumstix.c @@ -58,7 +58,6 @@ static void gumstix_common_init(int ram_size, int vga_ram_size, static void connex_init(int ram_size, int vga_ram_size, const char *boot_device, DisplayState *ds, - const char **fd_filename, int snapshot, const char *kernel_filename, const char *kernel_cmdline, const char *initrd_filename, const char *cpu_model) { |