hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectory
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 3 Oct 2019 23:03:58 +0000 (01:03 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 24 Oct 2019 18:26:35 +0000 (20:26 +0200)
commit64e85ffde832120be59f1621d2d1f34de2e347bd
tree55f0f2e214846dbb8f0958100543789af31760cc
parent6a648a5f230d8cfb191a3cef52b15a05db1c47b5
hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectory

The DS1338 is a Real Time Clock, not a timer.
Move it under the hw/rtc/ subdirectory.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20191003230404.19384-9-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/rtc/Kconfig
hw/rtc/Makefile.objs
hw/rtc/ds1338.c [new file with mode: 0644]
hw/timer/Kconfig
hw/timer/Makefile.objs
hw/timer/ds1338.c [deleted file]