Re: [PATCH v2 02/11] ARM: at91: Make sdramc.h useable in multi image builds

2022-06-28 Thread Ahmad Fatoum
On 28.06.22 22:38, Sam Ravnborg wrote: > There is no need to ifdef out all the static inlines as the headers > no longer conflicts. Drop the ifdefs so we can now use the header > in multi image builds. > > Signed-off-by: Sam Ravnborg Reviewed-by: Ahmad Fatoum > --- > .../mach-at91/include/mac

[PATCH v2 02/11] ARM: at91: Make sdramc.h useable in multi image builds

2022-06-28 Thread Sam Ravnborg
There is no need to ifdef out all the static inlines as the headers no longer conflicts. Drop the ifdefs so we can now use the header in multi image builds. Signed-off-by: Sam Ravnborg --- .../mach-at91/include/mach/at91sam9_sdramc.h | 45 ++- 1 file changed, 4 insertions(+), 41