]> 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 4d34622465b39f2ad37f502348e9577a7a920477..64bc60651d3e0b93723ae31ae0932c476104c8d4 100644 (file)
@@ -4,9 +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.022687 seconds and 4 git commands to generate.