From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Mon, 23 Jul 2018 16:26:51 -0300 Subject: [U-Boot] [PATCH V2 29/32] fsl_esdhc: Update usdhc driver to support i.MX8 In-Reply-To: References: <20180718013602.26574-1-peng.fan@nxp.com> <20180718013602.26574-30-peng.fan@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Peng, On Thu, Jul 19, 2018 at 11:04 AM, Peng Fan wrote: > There is i.MX8/8X/8M, 8M is for i.MX8MQ and i.MX8MM > i.MX8/8X has different SoC architecture compared with i.MX8M, > such as there is SCU inside i.MX8/8X. > So add a new macro dedicated for i.MX8/8X. Yes, I understand the differences between the MX8 family. Couldn't you make CONFIG_IMX8 instead of CONFIG_ARCH_IMX8 for consistency? Also, for consistency: should CONFIG_MX8M be changed to CONFIG_IMX8M? Thanks