1.开机logo滚动问题

This commit is contained in:
payton 2024-01-24 17:39:38 +08:00
parent b1a9b35ba4
commit 741f9d0a6b

View File

@ -1135,6 +1135,7 @@ ER pinmux_init(struct nvt_pinctrl_info *info)
if (boot_hint && logoboot) { if (boot_hint && logoboot) {
top_reg_lgpio0.reg = TOP_GETREG(info, TOP_REGLGPIO0_OFS); top_reg_lgpio0.reg = TOP_GETREG(info, TOP_REGLGPIO0_OFS);
top_reg_dsigpio0.reg = TOP_GETREG(info, TOP_REGDSIGPIO0_OFS);
} }
/*Enter critical section*/ /*Enter critical section*/