From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Fri, 3 Jul 2015 09:37:52 +0800 Subject: [U-Boot] [PATCH 11/11] imx: mx6ul_14x14_evk add basic board support In-Reply-To: References: <1435834988-13032-1-git-send-email-Peng.Fan@freescale.com> <1435834988-13032-12-git-send-email-Peng.Fan@freescale.com> Message-ID: <20150703013751.GF12208@shlinux2> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On Thu, Jul 02, 2015 at 11:15:17AM -0300, Fabio Estevam wrote: >On Thu, Jul 2, 2015 at 8:03 AM, Peng Fan wrote: > >> +#if defined(CONFIG_MX6UL_EVK_EMMC_REWORK) > >Why do we need this config option? > This board default support sd. If want to use emmc, need to rework the board. So introduce this option. >When should a user select it? Please explain it. Will fix in V2. > >Regards, > >Fabio Estevam Regards, Peng. --