From mboxrd@z Thu Jan 1 00:00:00 1970 From: stefan at agner.ch Date: Tue, 06 Feb 2018 09:34:58 +0100 Subject: [U-Boot] [PATCH 1/4] arm: imx: mx23: Move MX23 selection to Kconfig In-Reply-To: References: <20180205213316.16124-1-stefan@agner.ch> <20180205213316.16124-2-stefan@agner.ch> Message-ID: <46571ca2413516f324b3cb5b4e2d7b7d@agner.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05.02.2018 23:05, Fabio Estevam wrote: > On Mon, Feb 5, 2018 at 7:33 PM, Stefan Agner wrote: > >> --- a/arch/arm/mach-imx/mx2/Kconfig >> +++ b/arch/arm/mach-imx/mx2/Kconfig > > mx23 and mx28 fits better into /arch/arm/mach-imx/mxs/Kconfig > >> @@ -1,3 +1,39 @@ >> +if ARCH_MX23 >> + >> +config MX23 >> + bool >> + default y >> + >> +choice >> + prompt "MX25 board select" > > Wrong SoC. This should be MX23 :-) Ok, will send v2 fixing those issues. -- Stefan