]> git.dujemihanovic.xyz Git - u-boot.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)
commit21e1d93b143be163be14edf45b3c9223bcc428e6
tree5d04979e4e7ed13e0faed700d1a3c537d23f714f
parent38805e03f08b69bbb72f7761ffa4b4c169df0a37
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