dm: test: Always include command.h for print_ut

We need this header for U_BOOT_CMD, which is always present even without
EFI.

Fixes: 82c468a049 ("dm: test: Update Makefile conditions")

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Sean Anderson 2021-03-25 22:02:28 -04:00 committed by Tom Rini
parent 3c2503ee33
commit 6863c7f1b6
1 changed files with 0 additions and 2 deletions

View File

@ -6,10 +6,8 @@
#define DEBUG
#include <common.h>
#if CONFIG_IS_ENABLED(EFI_LOADER) && !defined(API_BUILD)
#include <command.h>
#include <efi_api.h>
#endif
#include <display_options.h>
#include <log.h>
#include <version.h>