Re: [PATCH v4 01/13] imx: Don't define __ASSEMBLY__ in C files

2022-01-19 Thread Simon Glass
Hi Tom, On Mon, 17 Jan 2022 at 06:54, Tom Rini wrote: > > On Sun, Jan 16, 2022 at 01:19:25PM -0700, Simon Glass wrote: > > > This is supposed to be a build-system flag. Move it there so we can > > define it before linux/kconfig.h is included. > > > > Signed-off-by: Simon Glass > > These aren't "

Re: [PATCH v4 01/13] imx: Don't define __ASSEMBLY__ in C files

2022-01-17 Thread Tom Rini
On Sun, Jan 16, 2022 at 01:19:25PM -0700, Simon Glass wrote: > This is supposed to be a build-system flag. Move it there so we can > define it before linux/kconfig.h is included. > > Signed-off-by: Simon Glass These aren't "C" files, they're DCD files. I think we can move the define as you're