From: Dinesh Maniyam <[email protected]> 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 <[email protected]> --- 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

