From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 19 Jun 2020 15:51:32 +0200 Subject: [PATCH] video: ipuv3: remove some useless code to reduce binary size In-Reply-To: <20200525123417.15968-1-agust@denx.de> References: <20200525123417.15968-1-agust@denx.de> Message-ID: <20200619155132.4b4c4b94@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 25 May 2020 14:34:17 +0200 Anatolij Gustschin agust at 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 > --- > 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