git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e9aa3
)
env: mmc: cosmetic: remove unused macro STR(X)
author
Patrick Delaunay
<patrick.delaunay@foss.st.com>
Thu, 10 Nov 2022 10:49:05 +0000
(11:49 +0100)
committer
Tom Rini
<trini@konsulko.com>
Tue, 10 Jan 2023 17:37:09 +0000
(12:37 -0500)
Remove the unused macro STR(X) since the commit
2b2f727500dc
("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>
env/mmc.c
patch
|
blob
|
history
diff --git
a/env/mmc.c
b/env/mmc.c
index
8941e0f
..
8576141
100644
(file)
--- a/
env/mmc.c
+++ b/
env/mmc.c
@@
-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)