On Fri, 3 Sept 2021 at 07:16, Thierry Reding <[email protected]> wrote: > > From: Thierry Reding <[email protected]> > > 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 <[email protected]> > --- > 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 <[email protected]>

