]> Git Repo - J-u-boot.git/blobdiff - board/freescale/imx8mm_evk/spl.c
common: Drop asm/global_data.h from common header
[J-u-boot.git] / board / freescale / imx8mm_evk / spl.c
index f73ade5549c23276868ff52a2524bb076d6217ff..64bc60651d3e0b93723ae31ae0932c476104c8d4 100644 (file)
@@ -4,10 +4,14 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <cpu_func.h>
 #include <hang.h>
 #include <image.h>
+#include <init.h>
+#include <log.h>
 #include <spl.h>
+#include <asm/global_data.h>
 #include <asm/io.h>
 #include <asm/mach-imx/iomux-v3.h>
 #include <asm/arch/clock.h>
This page took 0.025531 seconds and 4 git commands to generate.