commit | d8299dedde3d4e6634cbd255d1f2aff916a81194 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Mon Oct 11 09:52:51 2021 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Nov 10 17:07:31 2021 +0100 |
tree | 0d4b31fb1ffbf2cbc4377547219f8f394470be6e | |
parent | 72a5762cb854fee4ddcae8515ca4244643b88bae [diff] |
stm32mp15: tidy up #ifdefs in cpu.c We should avoid #ifdef in C modules and the unused functions are eliminated by the linker. Use the more readable IS_ENABLE() instead. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>