From 8906ec12e6a463360243ae6b7ef51fa07ff494ef Mon Sep 17 00:00:00 2001 From: ronnie <ronnie@industiosoft.com> Date: Sun, 23 Oct 2022 09:53:10 +0000 Subject: [PATCH] add mipi 800x1280 panel drivers in uboot --- longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/Makefile b/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/Makefile index b7d4106..1a4fe1c 100644 --- a/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/Makefile +++ b/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/Makefile @@ -51,6 +51,7 @@ disp-$(CONFIG_LCD_SUPPORT_ST7789V_CPU) += lcd/st7789v_cpu.o disp-$(CONFIG_LCD_SUPPORT_M101B31) += lcd/M101B31.o disp-$(CONFIG_LCD_SUPPORT_K101_IM2BYL02_L_800X1280) += lcd/K101_IM2BYL02_L_800X1280.o +disp-y + lcd/mipi_800x1280.o ifeq ($(CONFIG_MACH_SUN8IW6),y) -- Gitblit v1.6.2