summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2026-07-05 23:19:06 +0200
committerFabio Estevam <[email protected]>2026-07-27 11:30:25 -0300
commit3f7a074d83a5792667145f0f414b09a9e79918e4 (patch)
treec90ebfb9d0580f66b6094863798f452a4ab85881
parentc62cdff89cc5d9efdc2f522abb82fa08e9fb00aa (diff)
arm64: dts: imx8mm: Drop nxp,fspi-header-filename
The FSPI header is now generated purely using binman, drop no longer supported nxp,fspi-header-filename property. Acked-by: Peng Fan <[email protected]> Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Marek Vasut <[email protected]>
-rw-r--r--arch/arm/dts/imx8mm-u-boot.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/imx8mm-u-boot.dtsi b/arch/arm/dts/imx8mm-u-boot.dtsi
index c3d9b4f4237..d5a5681c23f 100644
--- a/arch/arm/dts/imx8mm-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-u-boot.dtsi
@@ -62,7 +62,6 @@
filename = "u-boot-spl-mkimage.bin";
#ifdef CONFIG_FSPI_CONF_HEADER
nxp,boot-from = "fspi";
- nxp,fspi-header-filename = CONFIG_FSPI_CONF_FILE;
#else
nxp,boot-from = "sd";
#endif