[U-Boot] [PATCH] arm: use common instructions applicable to armv7m & other arm archs

Simon Glass sjg at chromium.org
Tue Jan 19 04:11:52 CET 2016


On 18 January 2016 at 19:52, Vikas Manocha <vikas.manocha at st.com> wrote:
> BIC instruction to clear the SP is not allowed in armv7m & is deprecated
> in ARMv6T2 & above. This patch cleans the code by using instructions allowed
> for armv7m as well as other Arm archs.
>
> Signed-off-by: Vikas Manocha <vikas.manocha at st.com>
> ---
>  arch/arm/lib/crt0.S | 25 +++++++------------------
>  1 file changed, 7 insertions(+), 18 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

(not tested :-)


More information about the U-Boot mailing list