All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/9] powerpc/mpc8548cds: Fix booting message
@ 2011-09-13  7:15 Zhao Chenhui
  2011-09-13  7:15 ` [U-Boot] [PATCH 2/9] powerpc/mpc85xxcds: Fix PCI speed Zhao Chenhui
                   ` (8 more replies)
  0 siblings, 9 replies; 31+ messages in thread
From: Zhao Chenhui @ 2011-09-13  7:15 UTC (permalink / raw)
  To: u-boot

From: chenhui zhao <chenhui.zhao@freescale.com>

Align the output for PCI. Replace "PCI" with "PCI1".

Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
---
 board/freescale/mpc8548cds/mpc8548cds.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/board/freescale/mpc8548cds/mpc8548cds.c b/board/freescale/mpc8548cds/mpc8548cds.c
index f70a972..8ab9752 100644
--- a/board/freescale/mpc8548cds/mpc8548cds.c
+++ b/board/freescale/mpc8548cds/mpc8548cds.c
@@ -120,7 +120,7 @@ void lbc_sdram_init(void)
 
 	puts("LBC SDRAM: ");
 	print_size(CONFIG_SYS_LBC_SDRAM_SIZE * 1024 * 1024,
-		   "\n       ");
+		   "\n");
 
 	/*
 	 * Setup SDRAM Base and Option Registers
@@ -236,7 +236,7 @@ void pci_init_board(void)
 			law_size_bits(pci_info.io_size), pci_info.law);
 
 		pci_agent = fsl_setup_hose(&pci1_hose, pci_info.regs);
-		printf("PCI: %d bit, %s MHz, %s, %s, %s (base address %lx)\n",
+		printf("PCI1: %d bit, %s MHz, %s, %s, %s (base address %lx)\n",
 			(pci_32) ? 32 : 64,
 			(pci_speed == 33333000) ? "33" :
 			(pci_speed == 66666000) ? "66" : "unknown",
@@ -261,7 +261,7 @@ void pci_init_board(void)
 		}
 #endif
 	} else {
-		printf("PCI: disabled\n");
+		printf("PCI1: disabled\n");
 	}
 
 	puts("\n");
-- 
1.6.4.1

^ permalink raw reply related	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2011-11-08 14:32 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-13  7:15 [U-Boot] [PATCH 1/9] powerpc/mpc8548cds: Fix booting message Zhao Chenhui
2011-09-13  7:15 ` [U-Boot] [PATCH 2/9] powerpc/mpc85xxcds: Fix PCI speed Zhao Chenhui
2011-09-13  9:57   ` Wolfgang Denk
2011-09-13 19:20   ` Tabi Timur-B04825
2011-09-13 20:02     ` Scott Wood
2011-09-13 20:03       ` Timur Tabi
2011-09-13 20:14         ` Scott Wood
2011-09-13 20:18           ` Timur Tabi
2011-09-14 11:36             ` Zhao Chenhui
2011-09-13 20:14   ` Wolfgang Denk
2011-09-14 10:34     ` Zhao Chenhui
2011-09-13  7:15 ` [U-Boot] [PATCH 3/9] powerpc/mpc8548: Add workaround for erratum NMG_DDR120 Zhao Chenhui
2011-10-03 13:33   ` Kumar Gala
2011-09-13  7:15 ` [U-Boot] [PATCH 4/9] powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129 Zhao Chenhui
2011-11-08 14:32   ` Kumar Gala
2011-09-13  7:15 ` [U-Boot] [PATCH 5/9] powerpc/mpc8548cds: Fix network initialization Zhao Chenhui
2011-11-08 14:32   ` Kumar Gala
2011-09-13  7:15 ` [U-Boot] [PATCH 6/9] powerpc/mpc8548cds: Update config file Zhao Chenhui
2011-09-13 16:09   ` Tabi Timur-B04825
2011-10-06 21:33   ` Wolfgang Denk
2011-10-07 15:11     ` Kumar Gala
2011-10-09 18:26       ` Wolfgang Denk
2011-10-07 15:15   ` Kumar Gala
2011-09-13  7:15 ` [U-Boot] [PATCH 7/9] powerpc/mpc8548: Add workaround for erratum NMG_LBC103 Zhao Chenhui
2011-10-03 13:39   ` Kumar Gala
2011-09-13  7:15 ` [U-Boot] [PATCH 8/9] powerpc/mpc8548cds: Fix config according to system address map Zhao Chenhui
2011-10-07 15:17   ` Kumar Gala
2011-10-08  7:02     ` Zhao Chenhui
2011-10-08  7:47       ` Zhao Chenhui
2011-09-13  7:15 ` [U-Boot] [PATCH 9/9] powerpc/mpc8548cds: Add 36-bit support Zhao Chenhui
2011-10-03 13:28 ` [U-Boot] [PATCH 1/9] powerpc/mpc8548cds: Fix booting message Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.