test: Rename UTF_CONSOLE_REC to UTF_CONSOLE

The _REC suffix doesn't add much. Really what we want to know is whether
the test uses the console, so rename this flag.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
diff --git a/include/test/test.h b/include/test/test.h
index 9ad73da..92eec2e 100644
--- a/include/test/test.h
+++ b/include/test/test.h
@@ -61,7 +61,7 @@
 	UTF_SCAN_FDT	= BIT(2),	/* scan device tree */
 	UTF_FLAT_TREE	= BIT(3),	/* test needs flat DT */
 	UTF_LIVE_TREE	= BIT(4),	/* needs live device tree */
-	UTF_CONSOLE_REC	= BIT(5),	/* needs console recording */
+	UTF_CONSOLE	= BIT(5),	/* needs console recording */
 	/* do extra driver model init and uninit */
 	UTF_DM		= BIT(6),
 	UTF_OTHER_FDT	= BIT(7),	/* read in other device tree */