test/py: test_fs: add tests for creating/deleting many files
[oweals/u-boot.git] / common / board_f.c
index e3591cbaebdbf48aa9fd65ddafdd26c1a167b530..d66afb37ca2f3966281a49920b17340367ecea5a 100644 (file)
 #include <bloblist.h>
 #include <console.h>
 #include <cpu.h>
+#include <cpu_func.h>
 #include <dm.h>
 #include <env.h>
 #include <env_internal.h>
 #include <fdtdec.h>
 #include <fs.h>
 #include <i2c.h>
+#include <init.h>
 #include <initcall.h>
 #include <lcd.h>
 #include <malloc.h>
@@ -26,6 +28,7 @@
 #include <os.h>
 #include <post.h>
 #include <relocate.h>
+#include <serial.h>
 #ifdef CONFIG_SPL
 #include <spl.h>
 #endif