[PATCH 47/61] 8xx: Don't hardcode the vendor in cpuinfo.
Scott Wood
scottwood at freescale.com
Wed Jul 18 11:36:01 EST 2007
If the vendor output is desired, it should be included in the board name.
Signed-off-by: Scott Wood <scottwood at freescale.com>
---
arch/powerpc/platforms/8xx/m8xx_setup.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/platforms/8xx/m8xx_setup.c b/arch/powerpc/platforms/8xx/m8xx_setup.c
index 601b389..1113384 100644
--- a/arch/powerpc/platforms/8xx/m8xx_setup.c
+++ b/arch/powerpc/platforms/8xx/m8xx_setup.c
@@ -263,8 +263,6 @@ void mpc8xx_show_cpuinfo(struct seq_file *m)
uint memsize = total_memory;
const char *model = "";
- seq_printf(m, "Vendor\t\t: Freescale Semiconductor\n");
-
root = of_find_node_by_path("/");
if (root)
model = of_get_property(root, "model", NULL);
--
1.5.0.3
More information about the Linuxppc-dev
mailing list