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/cm-bf548.h | |
parent | 8f925584145efecd9a6323801689cffd69cf0b09 (diff) | |
download | u-boot-imx-27604b158fb2a85ae96e949822870bb6add10c46.zip u-boot-imx-27604b158fb2a85ae96e949822870bb6add10c46.tar.gz u-boot-imx-27604b158fb2a85ae96e949822870bb6add10c46.tar.bz2 |
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/cm-bf548.h')
-rw-r--r-- | include/configs/cm-bf548.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm-bf548.h b/include/configs/cm-bf548.h index d1aa262..c5b82f7 100644 --- a/include/configs/cm-bf548.h +++ b/include/configs/cm-bf548.h @@ -113,7 +113,6 @@ #ifndef __ADSPBF542__ /* Don't waste time transferring a logo over the UART */ # if (CONFIG_BFIN_BOOT_MODE != BFIN_BOOT_UART) -# define CONFIG_VIDEO # define EASYLOGO_HEADER <asm/bfin_logo_230x230_gzip.h> # endif # define CONFIG_DEB_DMA_URGENT |