common: Move ARM cache operations out of common.h
[oweals/u-boot.git] / common / bootm.c
index 4629cdd82d4acb330fbf983fa8afae153cd1f57a..3bbe490ab9ae5bdd778bfdc37a716bc5775acd55 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef USE_HOSTCC
 #include <common.h>
 #include <bootstage.h>
+#include <cpu_func.h>
+#include <env.h>
 #include <errno.h>
 #include <fdt_support.h>
 #include <lmb.h>