Re: [PATCH] dm: core: Reorder include files in read.c

2020-05-14 Thread Stefan Roese
Hi Simon, On 14.05.20 14:49, Simon Glass wrote: OK. Feel free to pull it in if you like as you have my review tag. Thanks Simon. Since Daniel will be the one pulling the Octeon patchset once we've reached the necessary ack's, he now knows that he can pull this one as well. But this will take a

Re: [PATCH] dm: core: Reorder include files in read.c

2020-05-14 Thread Simon Glass
Hi Stefan, OK. Feel free to pull it in if you like as you have my review tag. Regards, SImon On Thu, 14 May 2020 at 03:30, Stefan Roese wrote: > > Hi Simon, > > On 29.04.20 20:04, Simon Glass wrote: > > On Wed, 29 Apr 2020 at 01:08, Stefan Roese wrote: > >> > >> Including the assembler headers

Re: [PATCH] dm: core: Reorder include files in read.c

2020-05-14 Thread Stefan Roese
Hi Simon, On 29.04.20 20:04, Simon Glass wrote: On Wed, 29 Apr 2020 at 01:08, Stefan Roese wrote: Including the assembler headers before including common.h etc leads to compilation errors upon MIPS64 based platforms using OF_LIVE. This patch reorders the include files to the "correct" oder.

Re: [PATCH] dm: core: Reorder include files in read.c

2020-04-29 Thread Simon Glass
On Wed, 29 Apr 2020 at 01:08, Stefan Roese wrote: > > Including the assembler headers before including common.h etc leads to > compilation errors upon MIPS64 based platforms using OF_LIVE. This > patch reorders the include files to the "correct" oder. > > Signed-off-by: Stefan Roese > Cc: Simon G

[PATCH] dm: core: Reorder include files in read.c

2020-04-29 Thread Stefan Roese
Including the assembler headers before including common.h etc leads to compilation errors upon MIPS64 based platforms using OF_LIVE. This patch reorders the include files to the "correct" oder. Signed-off-by: Stefan Roese Cc: Simon Glass --- drivers/core/read.c | 6 +++--- 1 file changed, 3 ins