mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-19 03:36:19 -04:00
mpc83xx: remove the unused CPM's stuff
The MPC83xx family never have CPM block, so remove it from 83xx. Signed-off-by: Dave Liu <daveliu@freescale.com>
This commit is contained in:
parent
d0d91ae3ac
commit
bcae52a681
@ -63,13 +63,5 @@ void ft_cpu_setup(void *blob, bd_t *bd)
|
|||||||
"clock-frequency", bd->bi_busfreq, 1);
|
"clock-frequency", bd->bi_busfreq, 1);
|
||||||
#endif
|
#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);
|
fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user