summaryrefslogtreecommitdiffstats
path: root/board/freescale/ls1021atwr/ls1021atwr.c
diff options
context:
space:
mode:
authorQianyu Gong <qianyu.gong@nxp.com>2016-02-18 13:01:59 +0800
committerYork Sun <york.sun@nxp.com>2016-02-24 08:51:13 -0800
commit2459afb1a783e34d37c0f7aeec43c77f4de4d480 (patch)
tree87f4e9e756bb75d43f6652cba6a964eeb58fb8f0 /board/freescale/ls1021atwr/ls1021atwr.c
parent9f3e1b8a55060bcb2c52e2e3a828a70c7e106219 (diff)
downloadtalos-obmc-uboot-2459afb1a783e34d37c0f7aeec43c77f4de4d480.tar.gz
talos-obmc-uboot-2459afb1a783e34d37c0f7aeec43c77f4de4d480.zip
qe: move drivers/qe/qe.h to include/fsl_qe.h
As the QE firmware struct is shared with Fman, move the header file out of drivers/qe/. Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls1021atwr/ls1021atwr.c')
-rw-r--r--board/freescale/ls1021atwr/ls1021atwr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1021atwr/ls1021atwr.c b/board/freescale/ls1021atwr/ls1021atwr.c
index 616e0bfd39..054a324054 100644
--- a/board/freescale/ls1021atwr/ls1021atwr.c
+++ b/board/freescale/ls1021atwr/ls1021atwr.c
@@ -28,7 +28,7 @@
#include <spl.h>
#include "../common/sleep.h"
#ifdef CONFIG_U_QE
-#include "../../../drivers/qe/qe.h"
+#include <fsl_qe.h>
#endif
#include <fsl_validate.h>
OpenPOWER on IntegriCloud