]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: freescale: imxrt10..-evk: Fix missing include of serial.h
authorJesse Taube <mr.bossman075@gmail.com>
Thu, 17 Mar 2022 18:33:21 +0000 (14:33 -0400)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 19:08:23 +0000 (21:08 +0200)
If FALCON mode is enabled we have a missing include in spl_start_uboot.

Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
board/freescale/imxrt1020-evk/imxrt1020-evk.c
board/freescale/imxrt1050-evk/imxrt1050-evk.c

index 54a733b12ce6d64af144fac21f283fef4954a6da..785da604b964077437b93a46dca6bd9e19b9736e 100644 (file)
@@ -13,6 +13,7 @@
 #include <asm/global_data.h>
 #include <asm/io.h>
 #include <asm/armv7m.h>
+#include <serial.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 61329165786d678a0e1277abaac9c13de839da64..4b82ee5e9ce447add8f17afee620256f138b6d72 100644 (file)
@@ -13,6 +13,7 @@
 #include <asm/global_data.h>
 #include <asm/io.h>
 #include <asm/armv7m.h>
+#include <serial.h>
 
 DECLARE_GLOBAL_DATA_PTR;