We have custom board. Using pinmux tool dev.ti.com/.../app.html , Generated pinmux source files by giving pinmux file as input.
The U-boot which is using for the board is 2016, I have replaced the Evk board pinmux files with the generated pinmux files in the U-boot source. The header files included in the generated source files are not available in the U-boot source(say pinmux.h).
can I use the generated source files to replace pinmux files of Evk board in U-boot source or the generated source files are only for Linux Kernel?