diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:48 -0400 |
commit | 1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2 (patch) | |
tree | b7427cf88d62ae9714ce13f8c989b4f999ec6473 /include/configs/ac14xx.h | |
parent | ac8a32ff1dd68bd394a0963328a89b72c0f828f1 (diff) | |
download | u-boot-1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2.tar.gz u-boot-1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2.tar.bz2 u-boot-1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2.zip |
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/ac14xx.h')
-rw-r--r-- | include/configs/ac14xx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h index bdff6db725..2d1c099b97 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 |