On Mon, 27 Feb 2023 at 12:55, Marek Vasut <[email protected]> wrote: > > The 'fdt' command has a 'resize' subcommand, rename the fdt_test_resize() > to fdt_test_addr_resize() to avoid confusion about what it is testing. > There is currently no resize test. > > Signed-off-by: Marek Vasut <[email protected]> > --- > Cc: Heinrich Schuchardt <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Tom Rini <[email protected]> > --- > test/cmd/fdt.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

