diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:40 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:21 -0400 |
commit | 27604b158fb2a85ae96e949822870bb6add10c46 (patch) | |
tree | bdd652e7e212dfc73cc4e079e9f69dbabc4a95eb /include/configs/theadorable.h | |
parent | 8f925584145efecd9a6323801689cffd69cf0b09 (diff) | |
download | u-boot-27604b158fb2a85ae96e949822870bb6add10c46.tar.gz |
Convert CONFIG_VIDEO to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include/configs/theadorable.h')
-rw-r--r-- | include/configs/theadorable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index d27ab9c8e9..0c18dbf29a 100644 --- a/include/configs/theadorable.h +++ b/include/configs/theadorable.h @@ -96,7 +96,6 @@ /* Enable LCD and reserve 512KB from top of memory*/ #define CONFIG_SYS_MEM_TOP_HIDE 0x80000 -#define CONFIG_VIDEO #define CONFIG_CFB_CONSOLE #define CONFIG_VGA_AS_SINGLE_DEVICE #define CONFIG_CMD_BMP |