]> git.baikalelectronics.ru Git - uboot.git/commit
efi_selftest: fix test_hii_string_get_string()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 19 Mar 2019 19:08:46 +0000 (20:08 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 20 Mar 2019 17:16:53 +0000 (18:16 +0100)
commitdd8a94b70becafbb823e2ba1472f262770e4a24f
tree0733aab0dbf305965b0973094e75a7ee6f4ab732
parent76652e287a16d5c2b24ceb88d513b766e6567b05
efi_selftest: fix test_hii_string_get_string()

The check testing the string result of get_string() returned the wrong
result. The result was ignored.

Use efi_st_strcmp_16_8() for the string comparison.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/efi_selftest_hii.c