commit | 5dde4e2d2de5496f2b27cc847a99f9577ccbd06a | [log] [tgz] |
---|---|---|
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | Fri Feb 20 10:19:19 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Fri Mar 20 22:39:14 2009 +0100 |
tree | d02d3c5da773f66005bd4c2151e40529d06d4c4a | |
parent | faac74397ac880404014b35f90312aece1c158b5 [diff] |
ppc4xx: Use correct io accessors for esd 405/440 boards This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32 macros. Also volatile pointer references are replaced by the new accessors. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de>