
On 16 December 2013 01:42, Rajeshwari S Shinde rajeshwari.s@samsung.com 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 rajeshwari.s@samsung.com
Changes in V2: - None Changes in V3: - None Changes in V4: - Added check for the compilation of MAX77686 pmic. Changes in V5: - Moved board_eth_init and board_mmc_init in case of device tree support Changes in V6: - None. Changes in V7: - None Changes in V8: - None Changes in V9: - Reabsed on latest code. Changes in V10: - Corrected coding style nits. Changes in V11: -Rebased on latest u-boot-samsung tree arch/arm/include/asm/arch-exynos/board.h | 17 ++ board/samsung/common/Makefile | 4 + board/samsung/common/board.c | 408 +++++++++++++++++++++++++++++++ board/samsung/smdk5250/exynos5-dt.c | 352 +------------------------- board/samsung/smdk5250/smdk5250.c | 182 +------------- include/configs/exynos5250-dt.h | 2 + 6 files changed, 436 insertions(+), 529 deletions(-) create mode 100644 arch/arm/include/asm/arch-exynos/board.h create mode 100644 board/samsung/common/board.c
Acked-by: Simon Glass sjg@chromium.org