]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: print: Skip test on x86
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:15:22 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commitc0e708eb9f3f7b502c018d93f8d4daaaabb29fee
treeadcbf0adfeb6a4e971b484960bd9e7d41b47af9f
parent631d8a34f3f6daafe489bff9a04f398ffbf35f8f
test: print: Skip test on x86

These tests cannot work on x86 machines as memory at address zero is
not writable. Add a condition to skip these.

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