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:   Fri, 25 Jan 2019 12:51:30 -0800
From:   Max Filippov <jcmvbkbc@...il.com>
To:     Corentin Labbe <clabbe@...libre.com>
Cc:     Chris Zankel <chris@...kel.net>,
        Mark Rutland <mark.rutland@....com>,
        Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org,
        LKML <linux-kernel@...r.kernel.org>,
        linux-xtensa@...ux-xtensa.org
Subject: Re: [PATCH] xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCE

On Wed, Jan 23, 2019 at 1:49 AM Corentin Labbe <clabbe@...libre.com> wrote:
>
> When building some xtensa config, I hit the following warning:
> drivers/staging/mt7621-dts/Kconfig:4:warning: 'BUILTIN_DTB' has wrong type. 'select' only accept arguments of bool and tristate type
>
> It is due to some arch use BUILTIN_DTB as a flag for the need to builtin
> dtb but xtensa use it as a string for which dtb to bulltin.
> But for this (which dtb to build), it is better to use
> BUILTIN_DTB_SOURCE like other arch do.
>
> Signed-off-by: Corentin Labbe <clabbe@...libre.com>
> ---
>  arch/xtensa/Kconfig                         | 2 +-
>  arch/xtensa/boot/dts/Makefile               | 6 +++---
>  arch/xtensa/configs/audio_kc705_defconfig   | 2 +-
>  arch/xtensa/configs/cadence_csp_defconfig   | 2 +-
>  arch/xtensa/configs/generic_kc705_defconfig | 2 +-
>  arch/xtensa/configs/nommu_kc705_defconfig   | 2 +-
>  arch/xtensa/configs/smp_lx200_defconfig     | 2 +-
>  7 files changed, 9 insertions(+), 9 deletions(-)

Thanks, applied to my xtensa tree after reformatting commit message a bit.

-- 
Thanks.
-- Max

Powered by blists - more mailing lists