]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
powerpc/mpc85xx: Use IFC accessor function
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Tue, 23 Sep 2014 05:27:12 +0000 (10:57 +0530)
committerYork Sun <yorksun@freescale.com>
Fri, 14 Nov 2014 19:12:14 +0000 (11:12 -0800)
commitaa5a3d8d4622fc5f0115aa7c4ac752ae60458a44
tree4046bdc56064260bd04328441ad207e4d440d43d
parent0921de67440ac5dfc3dbf687217cdecc6335f15e
powerpc/mpc85xx: Use IFC accessor function

IFC registers can be of type Little Endian or big Endian depending upon
Freescale SoC. Here SoC defines the register type of IFC IP.

So use IFC acessor functions instead of in_be32().

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
arch/powerpc/cpu/mpc85xx/cpu_init_early.c
arch/powerpc/cpu/mpc85xx/speed.c