From 12ca05a38bd47b207a6e616e80f2ab0453faf527 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:39 -0600 Subject: config: Drop CONFIG_CONSOLE_DEV This is not really a config. Rename it to avoid confusion. Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Jagan Teki --- include/configs/zc5601.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/zc5601.h') diff --git a/include/configs/zc5601.h b/include/configs/zc5601.h index 28b9c6b..6ede668 100644 --- a/include/configs/zc5601.h +++ b/include/configs/zc5601.h @@ -11,7 +11,7 @@ #define CONFIG_MXC_UART_BASE UART2_BASE -#define CONFIG_CONSOLE_DEV "ttymxc1" +#define CONSOLE_DEV "ttymxc1" #define CONFIG_MMCROOT "/dev/mmcblk0p1" #define CONFIG_DEFAULT_FDT_FILE "imx6q-zc5601.dtb" -- cgit v1.1