mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
1fa43cad86
Drop the Kconfigs which are not used and all references to them. In particular, this drops CONFIG_VIDEO to avoid confusion and allow us to eventually rename CONFIG_DM_VIDEO to CONFIG_VIDEO. Also drop the prototype for video_get_info_str() which is no-longer used. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Jason Liu <jason.hui.liu@nxp.com>
12 lines
273 B
C
12 lines
273 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2012
|
|
* Anatolij Gustschin, DENX Software Engineering, <agust@denx.de>
|
|
*/
|
|
#ifndef __MX5_VIDEO_H
|
|
#define __MX5_VIDEO_H
|
|
|
|
static inline void lcd_enable(void) { }
|
|
static inline void setup_iomux_lcd(void) { }
|
|
|
|
#endif
|