]> git.baikalelectronics.ru Git - uboot.git/commit
test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 2 Mar 2023 03:08:27 +0000 (04:08 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:57 +0000 (11:40 -0800)
commitb6d30dae9fdadc314b4df4fe5e1aca9254dfa73c
tree4e30396e85b121bc48fba97693c249ae23e62364
parent46ba4675d64baa5430710b0312322080f599010a
test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it

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 <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/cmd/fdt.c