From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 8 Feb 2018 13:27:30 -0500 Subject: [U-Boot] [U-Boot, v2, 2/4] arm: imx: mx28: Move MX28 selection to Kconfig In-Reply-To: <20180206084437.3488-3-stefan@agner.ch> References: <20180206084437.3488-3-stefan@agner.ch> Message-ID: <20180208182730.GE2051@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Feb 06, 2018 at 09:44:35AM +0100, Stefan Agner wrote: > From: Stefan Agner > > The motivation for moving MX28 selection to Kconfig is to be able > to better handle NAND MXS selection through Kconfig. > > This selection method also aligns with the way other i.MX SoCs are > selected in U-Boot. > > Signed-off-by: Stefan Agner Applied to u-boot/master, thanks! -- Tom