diff options
Diffstat (limited to 'board/google/imx8mq_phanbell/spl.c')
-rw-r--r-- | board/google/imx8mq_phanbell/spl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/google/imx8mq_phanbell/spl.c b/board/google/imx8mq_phanbell/spl.c index b6afdfc913..6f39599316 100644 --- a/board/google/imx8mq_phanbell/spl.c +++ b/board/google/imx8mq_phanbell/spl.c @@ -8,6 +8,8 @@ #include <hang.h> #include <asm/io.h> #include <errno.h> +#include <init.h> +#include <log.h> #include <asm/io.h> #include <asm/arch/ddr.h> #include <asm/arch/imx8mq_pins.h> @@ -17,6 +19,7 @@ #include <asm/mach-imx/gpio.h> #include <asm/mach-imx/mxc_i2c.h> #include <asm/sections.h> +#include <linux/delay.h> #include <fsl_esdhc_imx.h> #include <mmc.h> #include <spl.h> |