summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2017-02-06 03:27:27 (GMT)
committerYork Sun <york.sun@nxp.com>2017-03-28 15:59:47 (GMT)
commit9e052d975058cd01c1421c4beb9ddd387dd525da (patch)
tree3a925b67b25a5a837a057403a20315237501c4ec /board
parenta8c6fd4ec11a3bd9cfd3bdb6350686d497158d62 (diff)
downloadu-boot-9e052d975058cd01c1421c4beb9ddd387dd525da.tar.xz
fsl-layerscape/ppa: cleanup ppa.h
Moved the ifdef into ppa.h and removed the duplicated macros. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/ls1043ardb/ls1043ardb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/ls1043ardb/ls1043ardb.c b/board/freescale/ls1043ardb/ls1043ardb.c
index 2333843..728de2e 100644
--- a/board/freescale/ls1043ardb/ls1043ardb.c
+++ b/board/freescale/ls1043ardb/ls1043ardb.c
@@ -23,9 +23,7 @@
#ifdef CONFIG_U_QE
#include <fsl_qe.h>
#endif
-#ifdef CONFIG_FSL_LS_PPA
#include <asm/arch/ppa.h>
-#endif
DECLARE_GLOBAL_DATA_PTR;