commit | 821a9ba551c727f2ca5aa2bdec3a3385c65382d3 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 31 16:31:49 2020 +0200 |
committer | Patrice Chotard <patrice.chotard@st.com> | Thu Aug 13 09:52:49 2020 +0200 |
tree | ff07206e583d51892007874a0594f850b0e779dd | |
parent | f118e4a5926dd95396b3470f91927f39a39b8e78 [diff] |
board: stm32mp1: use IS_ENABLED to prevent ifdef in env functions Use IS_ENABLED to prevent ifdef in env functions: - env_get_location - env_ext4_get_intf - mmc_get_env_dev Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>