[U-Boot] [PATCH v3 1/6] drivers: Add OSD uclass
Anatolij Gustschin
agust at denx.de
Wed Aug 1 16:55:46 UTC 2018
Hi Mario,
On Tue, 26 Jun 2018 13:28:49 +0200
Mario Six mario.six at gdsys.cc wrote:
...
> ---
> drivers/video/Kconfig | 8 ++
> drivers/video/Makefile | 2 +-
> drivers/video/video_osd-uclass.c | 45 +++++++++
> include/dm/uclass-id.h | 1 +
> include/video_osd.h | 192 +++++++++++++++++++++++++++++++++++++++
> 5 files changed, 247 insertions(+), 1 deletion(-)
> create mode 100644 drivers/video/video_osd-uclass.c
> create mode 100644 include/video_osd.h
Applied to u-boot-video/master after fixing Makefile changes.
...
> -obj-$(CONFIG_VIDEO_FSL_DCU_FB) += fsl_dcu_fb.o videomodes.o
This line shouldn't be removed. Fixed when applying.
--
Anatolij
More information about the U-Boot
mailing list