]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 20 Feb 2007 08:04:52 +0000 (09:04 +0100)
committerStefan Roese <sr@denx.de>
Tue, 20 Feb 2007 08:04:52 +0000 (09:04 +0100)
commit99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
tree1f97cf19ae62a5577052c47a2dcaa696113be044
parent735dd97b1b20e777d059c7b389fe9d70cd3f80c7
[PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets

Change the xilinx device drivers and board code to include config.h
instead of xparameters.h directly.  config.h always includes the
correct xparameters file.  This change reduces the posibility of
including the wrong file when adding a new xilinx board port

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
board/xilinx/ml300/Makefile
board/xilinx/ml300/ml300.c
board/xilinx/ml300/serial.c
board/xilinx/xilinx_enet/emac_adapter.c
board/xilinx/xilinx_enet/xemac.h
board/xilinx/xilinx_enet/xemac_g.c
board/xilinx/xilinx_iic/iic_adapter.c