[rtems commit] bsps/zynqmp: Use correct include path

Joel Sherrill joel at rtems.org
Thu Mar 23 15:14:45 UTC 2023


Module:    rtems
Branch:    master
Commit:    ddafdfe9baf8a7fb5937a91ef6d40e70ef5e4313
Changeset: http://git.rtems.org/rtems/commit/?id=ddafdfe9baf8a7fb5937a91ef6d40e70ef5e4313

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Wed Mar 15 15:21:24 2023 -0500

bsps/zynqmp: Use correct include path

The existing include path only works from inside the RTEMS build. This
fixes the include path to work both in the RTEMS build and with builds
of external apps since this file gets installed with the BSP.

---

 bsps/aarch64/xilinx-zynqmp/include/bsp/jffs2_xqspipsu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsps/aarch64/xilinx-zynqmp/include/bsp/jffs2_xqspipsu.h b/bsps/aarch64/xilinx-zynqmp/include/bsp/jffs2_xqspipsu.h
index ac957bb686..5f05308a1f 100644
--- a/bsps/aarch64/xilinx-zynqmp/include/bsp/jffs2_xqspipsu.h
+++ b/bsps/aarch64/xilinx-zynqmp/include/bsp/jffs2_xqspipsu.h
@@ -36,7 +36,7 @@
 #ifndef LIBBSP_XILINX_ZYNQMP_JFFS2_XQSPIPSU_H
 #define LIBBSP_XILINX_ZYNQMP_JFFS2_XQSPIPSU_H
 
-#include "xqspipsu.h"
+#include <dev/spi/xqspipsu.h>
 
 #ifdef __cplusplus
 extern "C" {



More information about the vc mailing list