[PATCH 13/14] env: Always use char for default_environment

Simon Glass sjg at chromium.org
Sun Oct 31 13:56:55 CET 2021


On Fri, 22 Oct 2021 at 07:47, Marek Behún <kabel at kernel.org> wrote:
>
> From: Marek Behún <marek.behun at nic.cz>
>
> Sometimes we use uchar and sometimes char for the default environment
> array. By always using char, we can get rid of some explicit casts.
>
> Signed-off-by: Marek Behún <marek.behun at nic.cz>
> ---
>  board/Marvell/mvebu_armada-37xx/board.c | 2 +-
>  env/common.c                            | 6 +++---
>  include/env_default.h                   | 4 ++--
>  include/env_internal.h                  | 4 ++--
>  4 files changed, 8 insertions(+), 8 deletions(-)

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

Applied to u-boot-dm, thanks!


More information about the U-Boot-Board-Maintainers mailing list