Re: [U-Boot] [PATCH 01/10 V5] EXYNOS5: Create a common board file

2013-10-10 Thread Simon Glass
On Thu, Oct 10, 2013 at 2:09 AM, Rajeshwari S Shinde wrote: > Create a common board.c file for all functions which are common across > all EXYNOS5 platforms. > > exynos_init function is provided for platform specific code. > > Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass ___

[U-Boot] [PATCH 01/10 V5] EXYNOS5: Create a common board file

2013-10-10 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added check for t