Re: [PATCH v3 21/22] Use __ASSEMBLY__ as the assembly macros

2020-05-19 Thread Tom Rini
On Sun, May 10, 2020 at 11:40:12AM -0600, Simon Glass wrote: > Some places use __ASSEMBLER__ instead which does not work since the > Makefile does not define it. Fix them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v3 21/22] Use __ASSEMBLY__ as the assembly macros

2020-05-11 Thread Tom Rini
On Mon, May 11, 2020 at 02:28:54PM -0600, Simon Glass wrote: > Hi Masahiro, > > On Sun, 10 May 2020 at 22:57, Masahiro Yamada wrote: > > > > On Mon, May 11, 2020 at 2:43 AM Simon Glass wrote: > > > > > > Some places use __ASSEMBLER__ instead which does not work since the > > > Makefile does not

Re: [PATCH v3 21/22] Use __ASSEMBLY__ as the assembly macros

2020-05-11 Thread Simon Glass
Hi Masahiro, On Sun, 10 May 2020 at 22:57, Masahiro Yamada wrote: > > On Mon, May 11, 2020 at 2:43 AM Simon Glass wrote: > > > > Some places use __ASSEMBLER__ instead which does not work since the > > Makefile does not define it. Fix them. > > > > Signed-off-by: Simon Glass > > > I think we dec

Re: [PATCH v3 21/22] Use __ASSEMBLY__ as the assembly macros

2020-05-10 Thread Masahiro Yamada
On Mon, May 11, 2020 at 2:43 AM Simon Glass wrote: > > Some places use __ASSEMBLER__ instead which does not work since the > Makefile does not define it. Fix them. > > Signed-off-by: Simon Glass I think we decided to not do this in v2, didn't we? http://patchwork.ozlabs.org/project/uboot/patch

[PATCH v3 21/22] Use __ASSEMBLY__ as the assembly macros

2020-05-10 Thread Simon Glass
Some places use __ASSEMBLER__ instead which does not work since the Makefile does not define it. Fix them. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Add new patch to fix occurances of __ASSEMBLER__ arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 2 +- arc