Re: [PATCH 1/4] powerpc: Don't use relative include for config.h in global_data.h

2021-06-24 Thread Tom Rini
On Thu, Jun 03, 2021 at 09:38:59AM -0400, Tom Rini wrote: > As there is an arch/powerpc/include/asm/config.h file using "" to get > config.h here can lead to using that rather than include/config.h. This > in turn can lead to a mismatch in the size of gd. > > Cc: Matt Merhar > Signed-off-by: To

Re: [PATCH 1/4] powerpc: Don't use relative include for config.h in global_data.h

2021-06-05 Thread Matt Merhar
On Thu, 03 Jun 2021 09:38:59 -0400 "Tom Rini" wrote: > As there is an arch/powerpc/include/asm/config.h file using "" to get > config.h here can lead to using that rather than include/config.h. > This in turn can lead to a mismatch in the size of gd. > > Cc: Matt Merhar > Signed-off-by: Tom Rin

[PATCH 1/4] powerpc: Don't use relative include for config.h in global_data.h

2021-06-03 Thread Tom Rini
As there is an arch/powerpc/include/asm/config.h file using "" to get config.h here can lead to using that rather than include/config.h. This in turn can lead to a mismatch in the size of gd. Cc: Matt Merhar Signed-off-by: Tom Rini --- arch/powerpc/include/asm/global_data.h | 2 +- 1 file chan