diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:40 -0400 |
commit | cfa307f839f59f27b6fd1e80f3686e53b457f8dc (patch) | |
tree | 976fdba341ddf8f028f170c8a309c90ab9832d64 /include | |
parent | c6745195be700fa3f8a7221169a0f20df9c0e91f (diff) | |
download | u-boot-cfa307f839f59f27b6fd1e80f3686e53b457f8dc.zip u-boot-cfa307f839f59f27b6fd1e80f3686e53b457f8dc.tar.gz u-boot-cfa307f839f59f27b6fd1e80f3686e53b457f8dc.tar.bz2 |
Convert CONFIG_VIDEO_CT69000 to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO_CT69000
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MIP405.h | 1 | ||||
-rw-r--r-- | include/configs/PIP405.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index ce3071c..11f16c5 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -339,7 +339,6 @@ /************************************************************ * Video support ************************************************************/ -#define CONFIG_VIDEO_CT69000 #define CONFIG_VIDEO_LOGO #define CONFIG_CONSOLE_EXTRA_INFO #define CONFIG_VGA_AS_SINGLE_DEVICE diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 85701fd..f43f221 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -299,7 +299,6 @@ /************************************************************ * Video support ************************************************************/ -#define CONFIG_VIDEO_CT69000 #define CONFIG_VIDEO_LOGO #define CONFIG_CONSOLE_EXTRA_INFO #define CONFIG_VGA_AS_SINGLE_DEVICE |