]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: fdt: Add a special case for real boards
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:15:18 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commit40565bba7c67c4e3584fa841818f7d2614da26b7
tree444e5049fb5cf764047321af75df74fea6afbe2f
parent3535f607261ced5e1df361a51e301b2d212b30ec
test: fdt: Add a special case for real boards

The error that this test checks for is only shown on sandbox. For real
boards, there is normally no error. Add a special case to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/cmd/fdt.c