From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 4 Dec 2018 19:55:07 +0100 Subject: [U-Boot] [PATCH] video: use BMP_ALIGN_CENTER define from splash.h In-Reply-To: <20181201143008.31298-1-agust@denx.de> References: <20181201143008.31298-1-agust@denx.de> Message-ID: <20181204195507.1b2aca42@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 Sat, 1 Dec 2018 15:30:08 +0100 Anatolij Gustschin agust at denx.de wrote: > Drop BMP_ALIGN_CENTER define in lcd.c and video_bmp.c as it is > already defined by splash.h. Include splash.h in bmp code. > > Signed-off-by: Anatolij Gustschin > --- > common/lcd.c | 1 - > drivers/video/video_bmp.c | 3 +-- > 2 files changed, 1 insertion(+), 3 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij