From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 24 May 2012 22:47:08 +0200 Subject: [U-Boot] [PATCH] cmd_bmp.c: make bmp_display() usable by drivers or board code In-Reply-To: <1335537486-4824-1-git-send-email-agust@denx.de> References: <1335537486-4824-1-git-send-email-agust@denx.de> Message-ID: <20120524224708.2f9eb972@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 27 Apr 2012 16:38:06 +0200 Anatolij Gustschin wrote: > Currently bmp_display() is static and can not be used directly > in the driver or board code. Export it for other users. > > Signed-off-by: Anatolij Gustschin > --- > common/cmd_bmp.c | 3 +-- > include/lcd.h | 1 + > 2 files changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-video/master.