From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 6 Apr 2016 10:22:51 -0700 Subject: [U-Boot] [PATCH V2] fsl: esdhc: consolidate fsl_esdhc_cfg structure In-Reply-To: <1458035870-770-1-git-send-email-van.freenix@gmail.com> References: <1458035870-770-1-git-send-email-van.freenix@gmail.com> Message-ID: <570545EB.8070308@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/15/2016 03:14 AM, Peng Fan wrote: > We can use phys_addr_to for esdhc_base to discard > the #ifdef. > > Signed-off-by: Peng Fan > Cc: York Sun > Cc: Yangbo Lu > Cc: Eric Nelson > Cc: Fabio Estevam > Cc: Pantelis Antoniou > Cc: Tom Rini > --- > > V2: > Split this patch from the V1 patch set. > > include/fsl_esdhc.h | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York