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:
parent
52e9aa3cd2
commit
6a90e92564
1 changed files with 0 additions and 3 deletions
3
env/mmc.c
vendored
3
env/mmc.c
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue