Re: [U-Boot] [PATCH 2/2] Exynos5: spl: Reduce clock init in spl

2013-03-05 Thread Alim Akhtar
Hi Akshay, On Tue, Feb 19, 2013 at 8:01 PM, Akshay Saraswat wrote: > This patch subtracts a part of clock init from spl > and executes it after relocation. spl_clock_init > executes in spl and system_clock_init executes after > relocation in u-boot. This is done to gain some space by > removing i

[U-Boot] [PATCH 2/2] Exynos5: spl: Reduce clock init in spl

2013-02-19 Thread Akshay Saraswat
This patch subtracts a part of clock init from spl and executes it after relocation. spl_clock_init executes in spl and system_clock_init executes after relocation in u-boot. This is done to gain some space by removing initially not necessary code. Signed-off-by: Akshay Saraswat --- board/samsun