forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/mips/ath25/board.c
....@@ -111,7 +111,7 @@
111111 u8 *mac_addr;
112112 u32 offset;
113113
114
- flash_base = ioremap_nocache(base, size);
114
+ flash_base = ioremap(base, size);
115115 flash_limit = flash_base + size;
116116
117117 ath25_board.config = NULL;