commit | d4be38ee87ad65019b0088459f9f652a097b3ba5 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Feb 28 22:18:13 2023 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Fri Apr 07 17:13:27 2023 +0200 |
tree | c815793aa37ec5da095b7ccc52ecd82afc6d23fe | |
parent | e56cc7b8896c48f8d4e7272c104935428bd4069e [diff] |
mmc: tmio: Replace ifdeffery with IS_ENABLED/CONFIG_IS_ENABLED macros Instead of #if and #ifdef, use IS_ENABLED and CONFIG_IS_ENABLED macros. This improves build test coverage. The CONFIG_SPL_BUILD must remain an ifdef, as CONFIG_SPL_STACK may not always be defined, e.g. in U-Boot proper build. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>