From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 Aug 2013 11:16:51 -0700 Subject: [U-Boot] [PATCH 1/2] powerpc: Use print_size() where appropriate In-Reply-To: <1375284665-6212-1-git-send-email-Shruti@Freescale.com> References: <1375284665-6212-1-git-send-email-Shruti@Freescale.com> Message-ID: <5213B293.80709@freescale.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 07/31/2013 08:31 AM, Shruti Kanetkar wrote: > Makes the startup output more consistent > > Signed-off-by: Shruti Kanetkar > Acked-by: Andy Fleming > --- > arch/powerpc/cpu/mpc824x/cpu.c | 8 +++----- > arch/powerpc/cpu/mpc85xx/cpu_init.c | 8 +++++--- > arch/powerpc/cpu/mpc8xx/cpu.c | 24 +++++++++++------------- > arch/powerpc/cpu/mpc8xxx/ddr/main.c | 3 ++- > 4 files changed, 21 insertions(+), 22 deletions(-) > > Applied to u-boot-mpc85xx/master. York