On Tue Jul 28, 2026 at 4:46 PM IST, Simon Glass wrote:
> On 2026-07-17T10:42:51, Anshul Dalal <[email protected]> wrote:
>> arm: dts: k3-am625: add template for tispl.bin
[snip]
>> diff --git a/arch/arm/dts/k3-am625-sk-binman.dtsi
>> b/arch/arm/dts/k3-am625-sk-binman.dtsi
>> @@ -392,16 +155,15 @@
>> };
>> };
>> };
>> -
>> &binman {
>> u-boot_unsigned {
>
> Please keep the blank line before &binman - the file is easier to scan
> with the separators intact.
>
This is just a qwirk of how diff shows the delta, in the final file
there is indeed a blank line before &binman.
Anshul