ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
authorStefan Roese <sr@denx.de>
Tue, 23 Oct 2007 12:03:17 +0000 (14:03 +0200)
committerStefan Roese <sr@denx.de>
Wed, 31 Oct 2007 20:21:46 +0000 (21:21 +0100)
commit2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
treed47b81e7be8c1a364fbfe6a61433e5917548f931
parent7d47cee2cc57f907380f2c06f5b6c683d03e423a
ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends

This patch changes all in32/out32 calls to use the recommended in_be32/
out_be32 macros instead.

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_enet.c
cpu/ppc4xx/miiphy.c