commit | 2769ddc99fd089afb4c150b027ff4217d0fe098e | [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 | dd073c03933603907ad45428c227754d694168cf [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>