From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] mx7ulp_evk: Remove unneeded SDHC definitions
Date: Wed, 23 Oct 2019 11:08:54 -0300 [thread overview]
Message-ID: <20191023140855.19446-2-festevam@gmail.com> (raw)
In-Reply-To: <20191023140855.19446-1-festevam@gmail.com>
As we use the driver model for ESDHC there is no need
for defining CONFIG_SYS_FSL_USDHC_NUM and CONFIG_SYS_FSL_ESDHC_ADDR,
so simply remove them.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
include/configs/mx7ulp_evk.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h
index 3b02362498..141036310b 100644
--- a/include/configs/mx7ulp_evk.h
+++ b/include/configs/mx7ulp_evk.h
@@ -18,9 +18,6 @@
#define IRAM_BASE_ADDR OCRAM_0_BASE
#define IOMUXC_BASE_ADDR IOMUXC1_RBASE
-#define CONFIG_SYS_FSL_USDHC_NUM 1
-
-#define CONFIG_SYS_FSL_ESDHC_ADDR 0
#define CONFIG_SYS_MMC_ENV_DEV 0 /* USDHC1 */
#define CONFIG_SYS_MMC_ENV_PART 0 /* user area */
#define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */
--
2.17.1
next prev parent reply other threads:[~2019-10-23 14:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-23 14:08 [U-Boot] [PATCH 1/3] mx7ulp_evk: Disable CONFIG_NET Fabio Estevam
2019-10-23 14:08 ` Fabio Estevam [this message]
2019-10-24 1:10 ` [U-Boot] [PATCH 2/3] mx7ulp_evk: Remove unneeded SDHC definitions Peng Fan
2019-10-23 14:08 ` [U-Boot] [PATCH 3/3] mx7ulp: Move SoC base address to a common file Fabio Estevam
2019-10-24 1:10 ` Peng Fan
2019-10-24 1:10 ` [U-Boot] [PATCH 1/3] mx7ulp_evk: Disable CONFIG_NET Peng Fan
2020-01-15 15:46 ` Fabio Estevam
2020-01-15 15:58 ` Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191023140855.19446-2-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.