HI,
In our custom board for AM335x, we decided not to use the RTC block.
I tried simply removing the RTC initialization in the OEMInit call in one sample AM335x board that runs with your BSP, but I get a lot of exceptions and the board stopped booting.
The board though have circuit that enables the RTC. So that could be cause.
But our board does not have anything now to support RTC. So we simply want to remove the code dependencies on RTC.
Any ideas where I should start/