forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
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