commit | 52e9aa3cd28396f1bf28640860a95784fb8a7302 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Thu Nov 10 11:49:04 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 10 12:37:09 2023 -0500 |
tree | 334c02d36b0e459a385b87a71de17c786738afa1 | |
parent | 80105d8fd525406a8792db2cb4f1b2002349cfb7 [diff] |
env: mmc: add debug message when mmc-env-partition is not found Add a debug message to indicate a potential issue when "u-boot,mmc-env-partition" is present in config node of device tree but this partition name is not found in the mmc device. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>