]> git.ipfire.org Git - people/ms/u-boot.git/commit
85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
authorKumar Gala <galak@kernel.crashing.org>
Wed, 22 Jul 2009 15:12:39 +0000 (10:12 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 22 Jul 2009 15:16:55 +0000 (10:16 -0500)
commit048e7efe91f66094f868281c12e488ce2bae8976
tree730a52155fd4d11069608a45399bf20e7fc796ba
parent0a6d0c6320b77bd6572393a93e6b8ccdf39c7100
85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards

The pixis code used in8/out8 all over the place.  Replace it with
in_8/out_8 macros.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/common/pixis.c
board/freescale/mpc8536ds/mpc8536ds.c
board/freescale/mpc8544ds/mpc8544ds.c
board/freescale/mpc8572ds/mpc8572ds.c
board/freescale/mpc8610hpcd/mpc8610hpcd.c
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
board/freescale/mpc8641hpcn/mpc8641hpcn.c
board/freescale/p2020ds/p2020ds.c