From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 10 Dec 2019 11:21:15 +0100 Subject: [PATCH v2 1/2] video: bmp: Fix video_splash_align_axis() In-Reply-To: <20191120131116.20620-2-patrice.chotard@st.com> References: <20191120131116.20620-1-patrice.chotard@st.com> <20191120131116.20620-2-patrice.chotard@st.com> Message-ID: <20191210112115.66407ba9@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 Wed, 20 Nov 2019 14:11:15 +0100 Patrice Chotard patrice.chotard at st.com wrote: ... > Changes in v2: > - Convert panel_picture_delta from unsigned long to long > > drivers/video/video_bmp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Also changed 'axis_alignment' to long and applied to u-boot-video/master, thanks! -- Anatolij