[U-Boot] [PATCH 0/2 v1] Exynos5: spl: Reduce spl size
Akshay Saraswat
akshay.s at samsung.com
Tue Feb 19 15:31:52 CET 2013
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
More information about the U-Boot
mailing list