From: "Jörg Krause" <joerg.krause@embedded.rocks>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1 v2] package/freescale-imx: add support for i.MX6UL
Date: Thu, 14 Sep 2017 07:39:00 +0200 [thread overview]
Message-ID: <1505367540.9315.1.camel@embedded.rocks> (raw)
In-Reply-To: <1504789206-23147-1-git-send-email-julien.boibessot@free.fr>
On Thu, 2017-09-07 at 15:00 +0200, julien.boibessot at free.fr wrote:
> From: Julien BOIBESSOT <julien.boibessot@armadeus.com>
>
> Mostly to compile imx-lib (providing libpxp) on i.MX6UL (which have a PXP
> hardware unit) and to prevent compilation of imx-lib's modules not supported
> on i.MX6UL.
>
> Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
> ---
> Changes v1 -> v2:
> - add more commit comments (as suggested by Baruch)
>
> package/freescale-imx/Config.in | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/freescale-imx/Config.in b/package/freescale-imx/Config.in
> index 656b44b..fa3f9a0 100644
> --- a/package/freescale-imx/Config.in
> +++ b/package/freescale-imx/Config.in
> @@ -31,6 +31,9 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX53
> config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q
> bool "imx6q"
>
> +config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6UL
> + bool "imx6ul"
> +
> endchoice
>
> config BR2_PACKAGE_FREESCALE_IMX_PLATFORM
> @@ -42,6 +45,7 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM
> default "IMX51" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX51
> default "IMX53" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX53
> default "IMX6Q" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q
> + default "IMX6UL" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6UL
>
> config BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
> bool
Acked-by: J?rg Krause <joerg.krause@embedded.rocks>
next prev parent reply other threads:[~2017-09-14 5:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-07 13:00 [Buildroot] [PATCH 1/1 v2] package/freescale-imx: add support for i.MX6UL julien.boibessot at free.fr
2017-09-14 5:39 ` Jörg Krause [this message]
2017-09-19 20:25 ` Arnout Vandecappelle
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=1505367540.9315.1.camel@embedded.rocks \
--to=joerg.krause@embedded.rocks \
--cc=buildroot@busybox.net \
/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.