On Mon, 27 Feb 2023 at 12:55, Marek Vasut <[email protected]> wrote: > > Implement function to generate internal test DT fragment and switch > the 'fdt get value' test to this instead of depending on the sandbox > DT. Rename clk-test node to test-node node. This FDT fragment will be > reused by other tests. No functional change. > > 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 | 124 +++++++++++++++++++++++++++++++++++++++++++------ > 1 file changed, 111 insertions(+), 13 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

