All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] arm: imx: mx23: Move MX23 selection to Kconfig
Date: Mon, 5 Feb 2018 20:05:01 -0200	[thread overview]
Message-ID: <CAOMZO5B4rezqwvQgztgv44wWOr1_ErDVC=Gf-JcmhvFHumfe0Q@mail.gmail.com> (raw)
In-Reply-To: <20180205213316.16124-2-stefan@agner.ch>

On Mon, Feb 5, 2018 at 7:33 PM, Stefan Agner <stefan@agner.ch> 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 :-)

  reply	other threads:[~2018-02-05 22:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05 21:33 [U-Boot] [PATCH 0/4] arm: imx: convert MX23/28 and MXS NAND to Kconfig Stefan Agner
2018-02-05 21:33 ` [U-Boot] [PATCH 1/4] arm: imx: mx23: Move MX23 selection " Stefan Agner
2018-02-05 22:05   ` Fabio Estevam [this message]
2018-02-06  8:34     ` stefan at agner.ch
2018-02-05 21:33 ` [U-Boot] [PATCH 2/4] arm: imx: mx28: Move MX28 " Stefan Agner
2018-02-05 21:33 ` [U-Boot] [PATCH 3/4] spl: use ARCH_MX23/28 to specify SPL_LDSCRIPT Stefan Agner
2018-02-05 21:33 ` [U-Boot] [PATCH 4/4] Convert CONFIG_NAND_MXS to Kconfig Stefan Agner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOMZO5B4rezqwvQgztgv44wWOr1_ErDVC=Gf-JcmhvFHumfe0Q@mail.gmail.com' \
    --to=festevam@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.