On 03/09/2024 18.07, Peter Maydell wrote:
The tusb6010 was only used by the n800/n810 machines, so it can be removed now.Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- hw/usb/tusb6010.c | 850 --------------------------------------------- hw/usb/Kconfig | 4 - hw/usb/meson.build | 1 - 3 files changed, 855 deletions(-) delete mode 100644 hw/usb/tusb6010.c
Reviewed-by: Thomas Huth <th...@redhat.com>