From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Mon, 6 Nov 2017 21:44:40 -0200 Subject: [U-Boot] [PATCH v3 1/3] mx25: Move MX25 selection to Kconfig In-Reply-To: <1509723610-27434-1-git-send-email-festevam@gmail.com> References: <1509723610-27434-1-git-send-email-festevam@gmail.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 Stefano and Tom, On Fri, Nov 3, 2017 at 1:40 PM, Fabio Estevam wrote: > From: Fabio Estevam > > The motivation for moving MX25 selection to Kconfig is to be > able to better handle MX25 specific errata, so that an errata option > can be selected at SoC level instead of board level. > > This selection method also aligns with the way other i.MX SoCs are > selected in U-Boot. > > Signed-off-by: Fabio Estevam > Acked-by: Sebastien Bourdelin Could you please consider this series (bug fix) for 2017.11? Thanks