All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] warp7: Remove CONFIG_SYS_FSL_ESDHC_ADDR
Date: Wed, 23 Oct 2019 11:20:30 -0300	[thread overview]
Message-ID: <20191023142031.32321-1-festevam@gmail.com> (raw)

warp7 uses the driver model and it retrieves the ESDHC
base address from device tree.

Remove the unneeded CONFIG_SYS_FSL_ESDHC_ADDR definition.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 include/configs/warp7.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/warp7.h b/include/configs/warp7.h
index 73541fe176..9c6ee6997f 100644
--- a/include/configs/warp7.h
+++ b/include/configs/warp7.h
@@ -17,7 +17,6 @@
 #define CONFIG_SYS_MALLOC_LEN		(35 * SZ_1M)
 
 /* MMC Config*/
-#define CONFIG_SYS_FSL_ESDHC_ADDR       USDHC3_BASE_ADDR
 #define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE
 #define CONFIG_SYS_MMC_IMG_LOAD_PART	1
 
-- 
2.17.1

             reply	other threads:[~2019-10-23 14:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-23 14:20 Fabio Estevam [this message]
2019-10-23 14:20 ` [U-Boot] [PATCH 2/2] warp7: Remove duplicate "mmc dev" command Fabio Estevam
2019-10-23 15:55   ` Pierre-Jean Texier
2019-10-23 17:18   ` Joris Offouga
2019-10-23 15:55 ` [U-Boot] [PATCH 1/2] warp7: Remove CONFIG_SYS_FSL_ESDHC_ADDR Pierre-Jean Texier
2019-10-23 17:49 ` Joris Offouga

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=20191023142031.32321-1-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.