* [U-Boot-Users] [PATCH 2/3] mpc83xx: remove the unused CPM's stuff
@ 2008-04-15 5:11 Dave Liu
0 siblings, 0 replies; only message in thread
From: Dave Liu @ 2008-04-15 5:11 UTC (permalink / raw)
To: u-boot
The MPC83xx family never have CPM block, so remove it from 83xx.
Signed-off-by: Dave Liu <daveliu@freescale.com>
---
cpu/mpc83xx/fdt.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/cpu/mpc83xx/fdt.c b/cpu/mpc83xx/fdt.c
index b39f678..02c4d05 100644
--- a/cpu/mpc83xx/fdt.c
+++ b/cpu/mpc83xx/fdt.c
@@ -63,13 +63,5 @@ void ft_cpu_setup(void *blob, bd_t *bd)
"clock-frequency", bd->bi_busfreq, 1);
#endif
-#ifdef CONFIG_CPM2
- do_fixup_by_compat_u32(blob, "fsl,cpm2-scc-uart",
- "current-speed", bd->bi_baudrate, 1);
-
- do_fixup_by_compat_u32(blob, "fsl,cpm2-brg",
- "clock-frequency", bd->bi_brgfreq, 1);
-#endif
-
fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
}
--
1.5.4.rc4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-15 5:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-15 5:11 [U-Boot-Users] [PATCH 2/3] mpc83xx: remove the unused CPM's stuff Dave Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox