
19 Jun
2020
19 Jun
'20
3:51 p.m.
On Mon, 25 May 2020 14:34:17 +0200 Anatolij Gustschin agust@denx.de wrote:
To enable DM_VIDEO we must decrease binary size to fix build breakage for some boards, so drop not needed code. Also add !DM_VIDEO guards which can be later removed when last non DM users will be converted.
Signed-off-by: Anatolij Gustschin agust@denx.de
drivers/video/imx/ipu_disp.c | 12 ------- drivers/video/imx/mxc_ipuv3_fb.c | 57 ++++++++++++-------------------- 2 files changed, 22 insertions(+), 47 deletions(-)
Applied to u-boot-video/next, thanks!
-- Anatolij