verdin-imx8mm: Change board phy skew values for our ksz9031
[oweals/u-boot.git] / common / board_r.c
index 668496abedc68639c102ca8ed7530c9737cd0414..0bbeaa7594c6bbbcbc9274a238581bf8d02526ca 100644 (file)
@@ -13,6 +13,7 @@
 #include <api.h>
 #include <cpu_func.h>
 #include <exports.h>
+#include <hang.h>
 #include <image.h>
 #include <irq_func.h>
 #include <net.h>
@@ -863,6 +864,9 @@ static init_fnc_t init_sequence_r[] = {
 #endif
 #if defined(CONFIG_PRAM)
        initr_mem,
+#endif
+#if defined(CONFIG_M68K) && defined(CONFIG_BLOCK_CACHE)
+       blkcache_init,
 #endif
        run_main_loop,
 };