This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

StarterWare bl_devam335x.c AM335X_StarterWare_02_00_00_06

If you look at the function static void DDR2PhyInit(void) in  bl_devam335x.c you will see this line

HWREG(DATA0_FIFO_WE_SLAVE_RATIO_0) = ((0x56 << 30)|(0x56 << 20)|(0x56<< 10)|(0x56 << 0));

I get integer operation result is out of range errors/warnings from this.  I get this type of error in several places actually.