commit | 43f5dc00e7848bd9effd3052cc5313c2f22b240a | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Feb 28 07:27:51 2023 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Mar 18 12:02:38 2023 +0100 |
tree | 7386064b90eca69aa432a97518753127e59ef7f6 | |
parent | 8872b489660ba5226cba569525691b025278db3e [diff] |
ARM: rmobile: Convert ifdef in rmobile_get_prr() to IS_ENABLED() Switch ifdef in rmobile_get_prr() to IS_ENABLED() macro. The CONFIG_RCAR_GEN3 will never have SPL counterpart, so the IS_ENABLED() macro is the right one here. No functional change, except for improved build test coverage. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>