Skip to content
Snippets Groups Projects
Commit 53a5eb2e authored by Xiaojuan Yang's avatar Xiaojuan Yang Committed by Richard Henderson
Browse files

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: default avatarXiaojuan Yang <yangxiaojuan@loongson.cn>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Message-Id: <20220701093407.2150607-4-yangxiaojuan@loongson.cn>
Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent df11f3ea
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment