From 1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:49 -0600 Subject: Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig This converts the following to Kconfig: CONFIG_VGA_AS_SINGLE_DEVICE Once we migrate to driver model for video, we should be able to drop this option. Signed-off-by: Simon Glass --- include/configs/ac14xx.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/ac14xx.h') diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h index bdff6db..2d1c099 100644 --- a/include/configs/ac14xx.h +++ b/include/configs/ac14xx.h @@ -31,10 +31,6 @@ #define CONFIG_SYS_TEXT_BASE 0xFFF00000 -#if defined(CONFIG_VIDEO) -#define CONFIG_VGA_AS_SINGLE_DEVICE -#endif - #define CONFIG_SYS_MPC512X_CLKIN 25000000 /* in Hz */ #define SCFR1_IPS_DIV 2 #define SCFR1_LPC_DIV 2 -- cgit v1.1