On Tue, 27 Nov 2018 09:04:17 +0100 Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> wrote: > > + \ > > + la a0, dtb_start; \ > > + la a1, dtb_end; \ > > + la v0, pbl_main_entry; \ > > + jal v0; \ > > + nop; \ > > Whitespace inconsistency here. No whitespace inconsistency here. Extra whitespace before nop is used because the nop instruction is in delay slot of the jal instruction. -- Best regards, Antony Pavlov _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox