From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 24 May 2012 22:56:46 +0200 Subject: [U-Boot] [PATCH 1/3] common/lcd.c: use ARRAY_SIZE In-Reply-To: <1335537666-4893-1-git-send-email-agust@denx.de> References: <1335537666-4893-1-git-send-email-agust@denx.de> Message-ID: <20120524225646.7422a73d@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:41:06 +0200 Anatolij Gustschin wrote: > Use available macro for obtaining the size of bmp_logo_palette[] > > Signed-off-by: Anatolij Gustschin > --- > common/lcd.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-video/master.