rockchip: rk3288: Enable pre console buffer
[oweals/u-boot.git] / common / board_r.c
index 4f56c19fcc977432d0cf2dcba37ada488569b7c9..0bbeaa7594c6bbbcbc9274a238581bf8d02526ca 100644 (file)
@@ -865,7 +865,7 @@ static init_fnc_t init_sequence_r[] = {
 #if defined(CONFIG_PRAM)
        initr_mem,
 #endif
-#ifdef CONFIG_BLOCK_CACHE
+#if defined(CONFIG_M68K) && defined(CONFIG_BLOCK_CACHE)
        blkcache_init,
 #endif
        run_main_loop,