forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/mips/generic/board-ocelot.c
....@@ -51,7 +51,7 @@
5151 {
5252 void __iomem *uart_base;
5353
54
- uart_base = ioremap_nocache(UART_UART, 0x20);
54
+ uart_base = ioremap(UART_UART, 0x20);
5555 setup_8250_early_printk_port((unsigned long)uart_base, 2, 50000);
5656 }
5757