env: mmc: cosmetic: remove unused macro STR(X)

Remove the unused macro STR(X) since the commit 2b2f727500 ("env: mmc:
allow support of mmc_get_env_dev with OF_CONTROL")

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
Patrick Delaunay 2022-11-10 11:49:05 +01:00 committed by Tom Rini
parent 52e9aa3cd2
commit 6a90e92564

3
env/mmc.c vendored
View File

@ -21,9 +21,6 @@
#include <errno.h>
#include <dm/ofnode.h>
#define __STR(X) #X
#define STR(X) __STR(X)
#define ENV_MMC_INVALID_OFFSET ((s64)-1)
#if defined(CONFIG_ENV_MMC_USE_DT)