From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Sat, 4 Jun 2016 08:58:16 -0700 Subject: [U-Boot] [PATCH] arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro. In-Reply-To: References: Message-ID: <5752FA98.7090303@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/23/2016 03:50 AM, Robert P. J. Day wrote: > > Replace a number of array length calculations with the ARRAY_SIZE() > macro, for clarity. > > Signed-off-by: Robert P. J. Day > > --- Applied to u-boot-mpc85xx master. Awaiting upstream. Thanks. York