sir ,
I modified the U-Boot source code according to my customised AM335x board.
I commented EEPROM related functions in board.c file. but i am getting this "Unknown board, cannot configure pinmux.### ERROR ### Please RESET the board ###" after loading images to my target board.
If i comment enable_board_pin_mux(&header); in board.c file, it will build successfully.
After building i can load both SPL-boot.bin and U-boot.img to my target board.
After loading this i will get this display on my minicom terminal.
U-Boot 2014.07 (Feb 04 2016 - 15:29:30)
I2C: ready
DRAM: CCCC
Thanks
Ram