]> 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>
Thu, 9 Mar 2023 16:50:47 +0000 (08:50 -0800)
commit43b560cc9a8121944bd47c4e5da9bd656cea36e6
tree5d04979e4e7ed13e0faed700d1a3c537d23f714f
parentc69b8f524bcc8ea36a20221ba74f4cc96f7ab6e0
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