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:
eca0986
)
Correct SPL use of RENESAS_SDHI
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:40:38 +0000
(15:40 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000
(07:41 -0500)
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_RENESAS_SDHI defined in Kconfig
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/tmio-common.h
patch
|
blob
|
history
diff --git
a/drivers/mmc/tmio-common.h
b/drivers/mmc/tmio-common.h
index
88244e8
..
4d717d8
100644
(file)
--- a/
drivers/mmc/tmio-common.h
+++ b/
drivers/mmc/tmio-common.h
@@
-140,7
+140,7
@@
struct tmio_sd_priv {
struct clk clk;
struct clk clkh;
#endif
-#if
CONFIG_IS_ENABLED(
RENESAS_SDHI)
+#if
IS_ENABLED(CONFIG_
RENESAS_SDHI)
unsigned int smpcmp;
u8 tap_set;
u8 tap_num;