The maximum size of the SPL is curerntly set to 38k bytes.
But the maximum SRAM available is 32K in case of HS devieces.
So SPL with size greater than 32K bytes does not boot on
HS devices. So

1) Reduce the default SPL size by using ddr pre-calculated tables.
2) Restrict the SPL maximum size to 32K bytes.

sricharan (2):
  U-Boot/SPL: omap4: Make ddr pre-calculated timings as default.
  SPL: omap4: Reduce the maximum size of SPL to 32K bytes.

 include/configs/omap4_common.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to