Re: [U-Boot] [PATCH] arm: Update our 'ret' assembler macro slightly

2017-03-07 Thread Vikas MANOCHA
Hi Tom, > -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tom Rini > Sent: Thursday, March 02, 2017 7:00 AM > To: u-boot@lists.denx.de > Cc: Mans Rullgard <m...@mansr.com> > Subject: [U-Boot] [PATCH] arm: Update our 'ret'

Re: [U-Boot] [PATCH] arm: Update our 'ret' assembler macro slightly

2017-03-07 Thread Albert ARIBAUD
Hello Tom, LGTM. On Thu, 2 Mar 2017 09:59:30 -0500, Tom Rini wrote: > We only support cores that do Thumb-1 or later. So we add a comment to > explain this and remove the architecture test. > > Cc: Albert ARIBAUD > Cc: Mans Rullgard

[U-Boot] [PATCH] arm: Update our 'ret' assembler macro slightly

2017-03-02 Thread Tom Rini
We only support cores that do Thumb-1 or later. So we add a comment to explain this and remove the architecture test. Cc: Albert ARIBAUD Cc: Mans Rullgard Signed-off-by: Tom Rini --- arch/arm/include/asm/assembler.h | 8