]> git.baikalelectronics.ru Git - uboot.git/commit
test: print_ut: Fix potential build error
authorBin Meng <bmeng.cn@gmail.com>
Wed, 17 Feb 2021 09:31:47 +0000 (17:31 +0800)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:26 +0000 (19:23 +1300)
commit8d499b61fe3da51529680bc658541a5b1687d963
tree8fa5ffe45289bfd1a9ca482d725e4d89ba2faeba
parente1467f5b5644aea8620b9bbf2b1b6b2aa1a3d420
test: print_ut: Fix potential build error

This files uses the macro U_BOOT_CMD which is defined in command.h,
but command.h is conditionally included. Fix it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/print_ut.c