On Tue, 27 Nov 2018 09:04:17 +0100
Sascha Hauer <s.ha...@pengutronix.de> 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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to