On Tue, May 07, 2019 at 02:18:49PM +0200, Miquel Raynal wrote:

> Quoting ARM "RealView Compilation Tools Assembler Guide v4.0":
> 
>         PUSH and POP are synonyms for STMDB and LDM (or LDMIA), with
>         the base register sp (r13), and the adjusted address written
>         back to the base register.
>       PUSH and POP are the preferred mnemonic in these cases.
> 
> Let's follow this recommandation to ease the reading and substitute
> LDMIA/STMDB operations with PUSH/POP mnemonics.
> 
> Signed-off-by: Miquel Raynal <miquel.ray...@bootlin.com>
> Reviewed-by: Stefan Roese <s...@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to