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/zc5202.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/zc5202.h') diff --git a/include/configs/zc5202.h b/include/configs/zc5202.h index 073a42c0f2..8e75c40e3d 100644 --- a/include/configs/zc5202.h +++ b/include/configs/zc5202.h @@ -10,7 +10,7 @@ #define __EL_ZC5202_H #define CONFIG_MXC_UART_BASE UART2_BASE -#define CONFIG_CONSOLE_DEV "ttymxc1" +#define CONSOLE_DEV "ttymxc1" #define CONFIG_MMCROOT "/dev/mmcblk0p2" #define CONFIG_DEFAULT_FDT_FILE "imx6q-zc5202.dtb" -- cgit v1.2.3