summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2023-03-15 15:21:24 -0500
committerJoel Sherrill <joel@rtems.org>2023-03-22 13:30:07 -0500
commitddafdfe9baf8a7fb5937a91ef6d40e70ef5e4313 (patch)
tree38ee91e3e9df16bd6a489a12f6bc091bf3521c0e /bsps
parentvalidation: Replace enum Event with defines (diff)
downloadrtems-ddafdfe9baf8a7fb5937a91ef6d40e70ef5e4313.tar.bz2
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.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/aarch64/xilinx-zynqmp/include/bsp/jffs2_xqspipsu.h2
1 files changed, 1 insertions, 1 deletions
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" {