projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42d56ca
)
configs: imx8mn_evk: drop unused SDHC macro
author
Peng Fan
<peng.fan@nxp.com>
Fri, 15 Apr 2022 04:23:34 +0000
(12:23 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 21 Apr 2022 12:38:03 +0000
(14:38 +0200)
With SPL_DM_MMC and DM_MMC, the two macros not needed, drop it.
#define CONFIG_SYS_FSL_USDHC_NUM 2
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
Reviewed-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
include/configs/imx8mn_evk.h
patch
|
blob
|
history
diff --git
a/include/configs/imx8mn_evk.h
b/include/configs/imx8mn_evk.h
index
142fc3e
..
f969314
100644
(file)
--- a/
include/configs/imx8mn_evk.h
+++ b/
include/configs/imx8mn_evk.h
@@
-77,9
+77,4
@@
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
sizeof(CONFIG_SYS_PROMPT) + 16)
-/* USDHC */
-
-#define CONFIG_SYS_FSL_USDHC_NUM 2
-#define CONFIG_SYS_FSL_ESDHC_ADDR 0
-
#endif