Hi
It's related to
At line131 in https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/arch/arm/mach-omap2/am33xx/ddr.c
there is the following codes and comment
/* Wait 1ms because of L3 timeout error */
udelay(1000);
Why this delay is required?
I ask it because, I cannot find such kind of delay at bootloader of 「AM335X_StarterWare_02_00_01_01」
Thanks and Best regards,
HaTa