Signed-off-by: WillianChan <chentingwei@rt-thread.com>
@@ -5,11 +5,11 @@ config RT_USING_CACHE
bool
default n
-config RT_NEED_FLUSH_DCACHE_ALL
+config RT_USING_CPU_FFS
-config RT_USING_CPU_FFS
+config ARCH_ARM_BOOTWITH_FLUSH_CACHE
@@ -13,7 +13,7 @@
.global __start
__start:
-#ifdef RT_NEED_FLUSH_DCACHE_ALL
+#ifdef ARCH_ARM_BOOTWITH_FLUSH_CACHE
bl __asm_flush_dcache_all
#endif
bl rt_hw_cpu_id_set