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.
This commit is contained in:
Kinsey Moore
2023-03-15 15:21:24 -05:00
committed by Joel Sherrill
parent 74a6b33f3b
commit ddafdfe9ba

View File

@@ -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" {