summaryrefslogtreecommitdiff
path: root/include/configs/sunxi-common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-18 02:12:49 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-23 22:33:48 (GMT)
commit1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2 (patch)
treeb7427cf88d62ae9714ce13f8c989b4f999ec6473 /include/configs/sunxi-common.h
parentac8a32ff1dd68bd394a0963328a89b72c0f828f1 (diff)
downloadu-boot-1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2.tar.xz
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 <sjg@chromium.org>
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r--include/configs/sunxi-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index c95efd9..239f84a 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -296,7 +296,6 @@ extern int soft_i2c_gpio_scl;
/* allow both serial and cfb console. */
/* stop x86 thinking in cfbconsole from trying to init a pc keyboard */
-#define CONFIG_VGA_AS_SINGLE_DEVICE
#endif /* CONFIG_VIDEO */