From 1da87d62937a2d000505f8bbd367e83f89a0c60e Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Wed, 18 Jan 2023 10:24:28 -0600 Subject: [PATCH] spec: Install NandPsu headers correctly These headers were mistakenly placed in the root of the installed BSP include directory. They should be in dev/nand. --- spec/build/bsps/objnandpsu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/build/bsps/objnandpsu.yml b/spec/build/bsps/objnandpsu.yml index 0258417bd7..a0ff1b0b9e 100644 --- a/spec/build/bsps/objnandpsu.yml +++ b/spec/build/bsps/objnandpsu.yml @@ -11,7 +11,7 @@ includes: - bsps/include/xil/ - bsps/include/xil/${XIL_SUPPORT_PATH}/ install: -- destination: ${BSP_INCLUDEDIR} +- destination: ${BSP_INCLUDEDIR}/dev/nand source: - bsps/include/dev/nand/xnandpsu_bbm.h - bsps/include/dev/nand/xnandpsu.h