From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 Aug 2013 11:16:55 -0700 Subject: [U-Boot] [PATCH 2/2] powerpc: Print hardcoded size like print_size() does In-Reply-To: <1375284665-6212-2-git-send-email-Shruti@Freescale.com> References: <1375284665-6212-1-git-send-email-Shruti@Freescale.com> <1375284665-6212-2-git-send-email-Shruti@Freescale.com> Message-ID: <5213B297.5030809@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/mpc85xx/cpu.c | 2 +- > arch/powerpc/cpu/mpc85xx/cpu_init.c | 14 +++++++------- > arch/powerpc/cpu/mpc86xx/cpu.c | 6 +++--- > arch/powerpc/cpu/mpc8xx/video.c | 4 ++-- > arch/powerpc/cpu/ppc4xx/cpu.c | 6 +++--- > 5 files changed, 16 insertions(+), 16 deletions(-) > Applied to u-boot-mpc85xx/master after resolving conflicts. York