This patch set tries to gain some space in spl by
restructuring and reorganising some code in two different
clock init's for two different times of execution.

Akshay Saraswat (2):
  Exynos5: spl: Reorganize mem_timing struct to gain space in spl
  Exynos5: spl: Reduce clock init in spl

 board/samsung/smdk5250/Makefile         |    3 +-
 board/samsung/smdk5250/clock_init.c     |  506 +------------------------------
 board/samsung/smdk5250/clock_init.h     |   57 ++--
 board/samsung/smdk5250/dmc_common.c     |   40 +--
 board/samsung/smdk5250/dmc_init_ddr3.c  |  116 +++----
 board/samsung/smdk5250/lowlevel_init.S  |    4 +-
 board/samsung/smdk5250/setup.h          |   16 +-
 board/samsung/smdk5250/smdk5250.c       |    4 +
 board/samsung/smdk5250/spl_clock_init.c |  469 ++++++++++++++++++++++++++++
 9 files changed, 625 insertions(+), 590 deletions(-)
 create mode 100644 board/samsung/smdk5250/spl_clock_init.c

-- 
1.7.9.5

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

Reply via email to