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:

committed by
Tom Rini

parent
52e9aa3cd2
commit
6a90e92564
3
env/mmc.c
vendored
3
env/mmc.c
vendored
@@ -21,9 +21,6 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <dm/ofnode.h>
|
#include <dm/ofnode.h>
|
||||||
|
|
||||||
#define __STR(X) #X
|
|
||||||
#define STR(X) __STR(X)
|
|
||||||
|
|
||||||
#define ENV_MMC_INVALID_OFFSET ((s64)-1)
|
#define ENV_MMC_INVALID_OFFSET ((s64)-1)
|
||||||
|
|
||||||
#if defined(CONFIG_ENV_MMC_USE_DT)
|
#if defined(CONFIG_ENV_MMC_USE_DT)
|
||||||
|
Reference in New Issue
Block a user