[PATCH] arm: dts: socfpga: n5x: Drop kernel node from binman
dinesh.maniyam at altera.com
dinesh.maniyam at altera.com
Wed Mar 11 06:02:23 CET 2026
From: Dinesh Maniyam <dinesh.maniyam at altera.com>
Recent binman changes expect a kernel image to be present when
processing the binman description. N5X builds U-Boot without a
kernel image, so drop the kernel node from n5x.dtsi to avoid the
build dependency.
Signed-off-by: Dinesh Maniyam <dinesh.maniyam at altera.com>
---
arch/arm/dts/socfpga_n5x_socdk-u-boot.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/socfpga_n5x_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_n5x_socdk-u-boot.dtsi
index 840537c9d0b..236975692f1 100644
--- a/arch/arm/dts/socfpga_n5x_socdk-u-boot.dtsi
+++ b/arch/arm/dts/socfpga_n5x_socdk-u-boot.dtsi
@@ -61,3 +61,7 @@
&watchdog0 {
bootph-all;
};
+
+&binman {
+ /delete-node/ kernel;
+};
--
2.43.7
More information about the U-Boot
mailing list