[U-Boot] [PATCH 01/12 V3] EXYNOS5: Create a common board file

Simon Glass sjg at chromium.org
Thu Sep 19 07:50:48 CEST 2013


Hi Rajeshwari,

On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde <
rajeshwari.s at 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 cpecific code.
>

specific


>
> Signed-off-by: Rajeshwari S Shinde <rajeshwari.s at samsung.com>
>

Acked-by: Simon Glass <sjg at chromium.org>


> ---
> Changes in V2:
>         - None
> Changes in V3:
>         - None
>  arch/arm/include/asm/arch-exynos/board.h |  17 ++
>  board/samsung/common/Makefile            |   4 +
>  board/samsung/common/board.c             | 312
> +++++++++++++++++++++++++++++++
>  board/samsung/smdk5250/exynos5-dt.c      | 269 +-------------------------
>  board/samsung/smdk5250/smdk5250.c        | 182 +-----------------
>  include/configs/exynos5250-dt.h          |   2 +
>  6 files changed, 342 insertions(+), 444 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-exynos/board.h
>  create mode 100644 board/samsung/common/board.c
>
>


More information about the U-Boot mailing list