lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 19 Mar 2015 18:43:28 +0000
From:	Peter Robinson <pbrobinson@...il.com>
To:	Vincent Stehlé <vincent.stehle@...escale.com>
Cc:	devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org, Shawn Guo <shawn.guo@...escale.com>,
	Olof Johansson <olof@...om.net>,
	Rob Herring <robh+dt@...nel.org>
Subject: Re: [PATCH] ARM: dts: imx27: fix typo in makefile

On Thu, Mar 19, 2015 at 6:21 PM, Vincent Stehlé
<vincent.stehle@...escale.com> wrote:
> Commit cb612390e546 ("ARM: dts: Only build dtb if associated Arch and/or SoC is
> enabled") conditioned the generation of i.MX27 systems dts with
> CONFIG_SOC_IMX31; fix this typo.
>
> Signed-off-by: Vincent Stehlé <vincent.stehle@...escale.com>

Signed-off-by: Peter Robinson <pbrobinson@...il.com>

> Cc: Shawn Guo <shawn.guo@...escale.com>
> Cc: Olof Johansson <olof@...om.net>
> Cc: Rob Herring <robh+dt@...nel.org>
> ---
>  arch/arm/boot/dts/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index a1c776b..992ea0b 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -215,7 +215,7 @@ dtb-$(CONFIG_SOC_IMX25) += \
>         imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dtb \
>         imx25-karo-tx25.dtb \
>         imx25-pdk.dtb
> -dtb-$(CONFIG_SOC_IMX31) += \
> +dtb-$(CONFIG_SOC_IMX27) += \
>         imx27-apf27.dtb \
>         imx27-apf27dev.dtb \
>         imx27-eukrea-mbimxsd27-baseboard.dtb \
> --
> 2.1.4
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ