]> Git Repo - J-u-boot.git/blobdiff - test/cmd_ut.c
test: Rename UTF_CONSOLE_REC to UTF_CONSOLE
[J-u-boot.git] / test / cmd_ut.c
index 0677ce0cd1741fd81c597f13ebcb6a3dbdbb02ff..38ba89ee33ebdf50072514deb2fcdd173e35b8d3 100644 (file)
@@ -4,9 +4,9 @@
  * Joe Hershberger, National Instruments, [email protected]
  */
 
-#include <common.h>
 #include <command.h>
 #include <console.h>
+#include <vsprintf.h>
 #include <test/suites.h>
 #include <test/test.h>
 #include <test/ut.h>
@@ -133,6 +133,9 @@ static struct cmd_tbl cmd_ut_sub[] = {
 #ifdef CONFIG_CMD_SEAMA
        U_BOOT_CMD_MKENT(seama, CONFIG_SYS_MAXARGS, 1, do_ut_seama, "", ""),
 #endif
+#ifdef CONFIG_CMD_UPL
+       U_BOOT_CMD_MKENT(upl, CONFIG_SYS_MAXARGS, 1, do_ut_upl, "", ""),
+#endif
 };
 
 static int do_ut_all(struct cmd_tbl *cmdtp, int flag, int argc,
This page took 0.026034 seconds and 4 git commands to generate.