[PATCH 4/9] fdtdec: Reorder fdtdec_set_carveout() parameters for consistency
Simon Glass
sjg at chromium.org
Thu Sep 30 06:09:22 CEST 2021
On Fri, 3 Sept 2021 at 07:16, Thierry Reding <thierry.reding at gmail.com> wrote:
>
> From: Thierry Reding <treding at nvidia.com>
>
> The fdtdec_set_carveout() function's parameters are inconsistent with
> the parameters passed to fdtdec_add_reserved_memory(). Fix up the order
> to make it more consistent.
>
> Signed-off-by: Thierry Reding <treding at nvidia.com>
> ---
> board/nvidia/p2371-2180/p2371-2180.c | 4 ++--
> board/nvidia/p2771-0000/p2771-0000.c | 4 ++--
> board/nvidia/p3450-0000/p3450-0000.c | 4 ++--
> include/fdtdec.h | 8 ++++----
> lib/fdtdec.c | 6 +++---
> lib/fdtdec_test.c | 4 ++--
> test/dm/fdtdec.c | 15 ++++++---------
> 7 files changed, 21 insertions(+), 24 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list