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)
commit3a03553aaaaee68c0807867a7ff518146c19d10e
tree8fa5ffe45289bfd1a9ca482d725e4d89ba2faeba
parentf0d04972973e1a35a8b4de997b0ec4aede526b7d
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