summaryrefslogtreecommitdiff
path: root/board/xilinx/ml300/serial.c
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2007-02-20 08:04:52 (GMT)
committerStefan Roese <sr@denx.de>2007-02-20 08:04:52 (GMT)
commit99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a (patch)
tree1f97cf19ae62a5577052c47a2dcaa696113be044 /board/xilinx/ml300/serial.c
parent735dd97b1b20e777d059c7b389fe9d70cd3f80c7 (diff)
downloadu-boot-fsl-qoriq-99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a.tar.xz
[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>
Diffstat (limited to 'board/xilinx/ml300/serial.c')
-rw-r--r--board/xilinx/ml300/serial.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/xilinx/ml300/serial.c b/board/xilinx/ml300/serial.c
index c204b88..9b03f89 100644
--- a/board/xilinx/ml300/serial.c
+++ b/board/xilinx/ml300/serial.c
@@ -40,8 +40,7 @@
#include <asm/processor.h>
#include <common.h>
#include <command.h>
-#include <configs/ml300.h>
-#include "xparameters.h"
+#include <config.h>
DECLARE_GLOBAL_DATA_PTR;