]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Use correct io accessors for esd 405/440 boards
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>
Fri, 20 Feb 2009 09:19:19 +0000 (10:19 +0100)
committerWolfgang Denk <wd@denx.de>
Fri, 20 Mar 2009 21:39:14 +0000 (22:39 +0100)
commitbb57ad4be76d0e2e7f9ec56678235cc9872ff40f
treed02d3c5da773f66005bd4c2151e40529d06d4c4a
parent049216f045fd8e0f45bcef121c2bb1c7d3de6988
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>
15 files changed:
board/esd/common/fpga.c
board/esd/common/lcd.h
board/esd/common/xilinx_jtag/ports.c
board/esd/dp405/dp405.c
board/esd/du405/du405.c
board/esd/du440/du440.c
board/esd/hh405/hh405.c
board/esd/hub405/hub405.c
board/esd/pci405/pci405.c
board/esd/plu405/plu405.c
board/esd/pmc440/cmd_pmc440.c
board/esd/pmc440/pmc440.c
board/esd/tasreg/tasreg.c
board/esd/voh405/voh405.c
include/configs/HH405.h