[U-Boot] [PATCH 0/2] SPL: omap4: Fix boot crash in HS devices.

sricharan r.sricharan at ti.com
Tue Sep 27 13:43:17 CEST 2011


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(-)



More information about the U-Boot mailing list