[U-Boot] [PATCH] kconfig: use bool instead of boolean for type definition attributes

Simon Glass sjg at chromium.org
Fri Aug 12 19:20:29 CEST 2016


On 11 August 2016 at 19:20, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> Linux stopped the use of keyword 'boolean' in Kconfig.
>
> Refer to commit 6341e62b212a2541efb0160c470e90bd226d5496 ("kconfig:
> use bool instead of boolean for type definition attributes")
> in Linux Kernel.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
>  arch/arm/cpu/armv7/Kconfig |  8 ++++----
>  arch/arm/cpu/armv8/Kconfig |  2 +-
>  board/sunxi/Kconfig        | 16 ++++++++--------
>  drivers/power/Kconfig      | 14 +++++++-------
>  drivers/spmi/Kconfig       |  4 ++--
>  5 files changed, 22 insertions(+), 22 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list