From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Fri, 3 Nov 2017 22:21:52 +0100 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="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Fri, Nov 3, 2017 at 4: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 [...] For the series: Reviewed-by: Benoît Thébaudeau