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 at chromium.org> --- test/print_ut.c | 8 ++++++++ 1 file changed, 8 insertions(+) Applied to u-boot-dm/next, thanks!