commit | ebfd592f16d46dae5690aa2552c77cb24d376009 | [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 | 72b099897a61ce87cf95c88344690e1b8bf92142 [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>