Re: [PATCH V5 10/17] arm: mach-k3: am625_init: Use IS_ENABLED()

2023-08-24 Thread Tom Rini
On Wed, Aug 23, 2023 at 10:10:54PM -0500, Nishanth Menon wrote: > Drop the #ifdeffery and use IS_ENABLED() inline check and let the compiler > do it's thing. > > Signed-off-by: Nishanth Menon Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH V5 10/17] arm: mach-k3: am625_init: Use IS_ENABLED()

2023-08-24 Thread Mattijs Korpershoek
On mer., août 23, 2023 at 22:10, Nishanth Menon wrote: > Drop the #ifdeffery and use IS_ENABLED() inline check and let the compiler > do it's thing. > > Signed-off-by: Nishanth Menon Reviewed-by: Mattijs Korpershoek > --- > new patch (cleanup before modifying for adding UDA-FS) > > arch/arm/

[PATCH V5 10/17] arm: mach-k3: am625_init: Use IS_ENABLED()

2023-08-23 Thread Nishanth Menon
Drop the #ifdeffery and use IS_ENABLED() inline check and let the compiler do it's thing. Signed-off-by: Nishanth Menon --- new patch (cleanup before modifying for adding UDA-FS) arch/arm/mach-k3/am625_init.c | 35 +-- 1 file changed, 17 insertions(+), 18 deletio