]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx: kontron-sl-mx6ul: Fix include statements for local header
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 25 Aug 2025 13:54:25 +0000 (15:54 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 5 Sep 2025 12:03:28 +0000 (09:03 -0300)
The header from the local directory should use double quotes instead
of brackets. Otherwise the compiler might not search the local
directory.

Fixes: 93935acc6f1d ("imx: imx6ul: kontron-sl-mx6ul: Select correct boot and env device")
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
board/kontron/sl-mx6ul/sl-mx6ul-common.c
board/kontron/sl-mx6ul/sl-mx6ul.c
board/kontron/sl-mx6ul/spl.c

index 1f24acdfa3db378eb747f97be174eab94eef9e91..bda71a330ca7fe8a66aeaf9017d670420a81715a 100644 (file)
@@ -6,7 +6,7 @@
 #include <asm/types.h>
 #include <asm/arch/sys_proto.h>
 
-#include <sl-mx6ul-common.h>
+#include "sl-mx6ul-common.h"
 
 bool sl_mx6ul_is_spi_nor_boot(void)
 {
index 0f45ea84fc768a6ef64597ebcc513b0b6123bb53..16d89c64d61f272d1c6342611b184d8fd735e4b8 100644 (file)
@@ -9,7 +9,8 @@
 #include <env_internal.h>
 #include <fdt_support.h>
 #include <phy.h>
-#include <sl-mx6ul-common.h>
+
+#include "sl-mx6ul-common.h"
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 33e5337bcbc41626c2fd72e59bdd1553d8dd4e01..8d55273dd9cf49b7e8f1e4e6485da0b0a5ae772a 100644 (file)
@@ -18,7 +18,8 @@
 #include <linux/sizes.h>
 #include <linux/errno.h>
 #include <mmc.h>
-#include <sl-mx6ul-common.h>
+
+#include "sl-mx6ul-common.h"
 
 DECLARE_GLOBAL_DATA_PTR;