]> git.baikalelectronics.ru Git - uboot.git/commit
test: cmd: fdt: Test alias resolution in 'fdt get value'
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 2 Mar 2023 03:08:28 +0000 (04:08 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 9 Mar 2023 16:50:47 +0000 (08:50 -0800)
commita3dfaf482c0a59f85175a2c9308ecc29b82d2086
treedbb78ea824213c0853dd0445d1c1febf5c0dae8c
parent43b560cc9a8121944bd47c4e5da9bd656cea36e6
test: cmd: fdt: Test alias resolution in 'fdt get value'

The 'fdt' command help contains the following note:
"
Dereference aliases by omitting the leading '/', e.g. fdt print ethernet0.
"
Add test for it.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/cmd/fdt.c