diff options
Diffstat (limited to 'board/google/imx8mq_phanbell')
-rw-r--r-- | board/google/imx8mq_phanbell/spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/google/imx8mq_phanbell/spl.c b/board/google/imx8mq_phanbell/spl.c index 543d9bb16f..6f39599316 100644 --- a/board/google/imx8mq_phanbell/spl.c +++ b/board/google/imx8mq_phanbell/spl.c @@ -19,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> |