Hi
I do what is write on http://processors.wiki.ti.com/index.php/Pin_Mux_Utility_for_ARM_MPU_Processors
"1) Replace the mux.h header file with the mux.h output file from Pin Mux Utility
2) Copy the pinmux.h output file from Pin Mux Utility into the directory containing the evm.h file.
3) Modify the original evm.h file, commenting out or deleting the original section of code that
makes the pin mux programming macro calls.
4) Replace this code with #include "pinmux.h""
Then i rebuil u-boot http://elinux.org/BeagleBoard#U-Boot
"make CROSS_COMPILE=arm-none-linux-gnueabi- mrproper make
CROSS_COMPILE=arm-none-linux-gnueabi- omap3_beagle_config make
CROSS_COMPILE=arm-none-linux-gnueabi- "
and I have errors
"beagle.c: In function 'misc_init_r':
beagle.c:275: error: 'PTD' undeclared (first use in this function)
......
"
What i am doing wrong ? Please help.