]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-k3: am625_init: Use IS_ENABLED()
authorNishanth Menon <nm@ti.com>
Fri, 25 Aug 2023 18:02:57 +0000 (13:02 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 8 Sep 2023 14:07:12 +0000 (10:07 -0400)
commit6beb43e0178a375b90a30b7790d794cafb1e64de
tree26189a309853bd3286cf30cbff0e5b0801f5807d
parentd0411b0fbfcf0b0ca3206e2f97647309e13a0e7c
arm: mach-k3: am625_init: Use IS_ENABLED()

Drop the #ifdeffery and use IS_ENABLED() inline check and let the compiler
do it's thing.

Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/mach-k3/am625_init.c