u-boot-brain/arch/arm/cpu/arm926ejs
Miquel Raynal f30765b748 arm: spear: Use PUSH/POP mnemonics when relevant
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.raynal@bootlin.com>
Reviewed-by: Stefan Roese <sr@denx.de>
2019-07-11 10:05:15 -04:00
..
armada100 arm: remove prototype for get_timer_masked 2018-10-10 13:35:09 -04:00
lpc32xx arm: lpc32xx: Fix timer initialization 2019-04-26 18:58:20 -04:00
mx25 Convert to use fsl_esdhc_imx for i.MX platforms 2019-06-23 14:18:34 +08:00
mx27 arm: remove prototype for get_timer_masked 2018-10-10 13:35:09 -04:00
mxs linker: Modify linker scripts to be more generic 2019-01-26 22:55:53 -05:00
orion5x linker: Modify linker scripts to be more generic 2019-01-26 22:55:53 -05:00
spear arm: spear: Use PUSH/POP mnemonics when relevant 2019-07-11 10:05:15 -04:00
cache.c CONFIG_SPL_SYS_[DI]CACHE_OFF: add 2019-05-18 08:15:35 -04:00
cpu.c CONFIG_SPL_SYS_[DI]CACHE_OFF: add 2019-05-18 08:15:35 -04:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
start.S CONFIG_SPL_SYS_[DI]CACHE_OFF: add 2019-05-18 08:15:35 -04:00