mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 22:47:41 -07:00
hw/rtc/ls7a_rtc: Remove unimplemented device in realized function
Remove the unimplemented device when realized ls7a RTC, as it is not uesd. Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220701093407.2150607-4-yangxiaojuan@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
df11f3ea69
commit
53a5eb2e7a
1 changed files with 0 additions and 1 deletions
|
|
@ -461,7 +461,6 @@ static void ls7a_rtc_realize(DeviceState *dev, Error **errp)
|
|||
d->save_toy_year = 0;
|
||||
d->save_rtc = 0;
|
||||
|
||||
create_unimplemented_device("mmio fallback 1", 0x10013ffc, 0x4);
|
||||
}
|
||||
|
||||
static int ls7a_rtc_pre_save(void *opaque)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue