]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commit
board: am65xx: Use PDK-relative path for pinmux.h
authorMisael Lopez Cruz <misael.lopez@ti.com>
Thu, 29 Apr 2021 20:45:50 +0000 (15:45 -0500)
committerAnkur <ankurbaranwal@ti.com>
Sun, 2 May 2021 14:13:34 +0000 (09:13 -0500)
commit7838afb094e05e28c49cf4ff94f0414854942257
treef70c1b674e09d7a37110a8386e1c207c3f090a5e
parent63238bb7aef515dce407a6b3f016ac3d46771198
board: am65xx: Use PDK-relative path for pinmux.h

If an application wants to set their own pinmux, it has to include board
library's internal am65xx_idk_pinmux.h header file as the header files
in its component include/ directory are not enough.

The internal header files included in am65xx_idk_pinmux.h would need to
include the pah relative to PDK, otherwise applications will not be able
to find them.  That's the case of pinmux.h which is included, but path
is not relative to PDK base dir.

Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
packages/ti/board/src/am65xx_evm/AM65xx_pinmux.h
packages/ti/board/src/am65xx_evm/am65xx_evm_pinmux.h
packages/ti/board/src/am65xx_idk/AM65xx_pinmux.h
packages/ti/board/src/am65xx_idk/am65xx_idk_pinmux.h