[U-Boot] [PATCH 0/2] SROM config code moved to s5p-common directory

Minkyu Kang promsoft at gmail.com
Fri Apr 15 04:00:50 CEST 2011


Chander Kashyap,

On 14 April 2011 19:21, Chander Kashyap <chander.kashyap at linaro.org> wrote:
> SROM config code is make common for S5P series boards.
> smdkc100.c refers to s5p_config_srom in s5p-common directory.
>
> Chander Kashyap (2):
>  S5P: SROM config code moved to common directory s5p-common
>  S5PC1XX: Refers to SROM config code in s5p-common directory.
>    Header file renamed from smc.h to sromc.h.
>
>  arch/arm/cpu/armv7/s5p-common/Makefile    |    3 +-
>  arch/arm/cpu/armv7/s5p-common/sromc.c     |   49 ++++++++++++++++++++++++++
>  arch/arm/cpu/armv7/s5pc1xx/Makefile       |    1 -
>  arch/arm/cpu/armv7/s5pc1xx/sromc.c        |   49 --------------------------
>  arch/arm/include/asm/arch-s5pc1xx/smc.h   |   53 -----------------------------
>  arch/arm/include/asm/arch-s5pc1xx/sromc.h |   53 +++++++++++++++++++++++++++++
>  board/samsung/smdkc100/smdkc100.c         |    4 +-
>  7 files changed, 106 insertions(+), 106 deletions(-)
>  create mode 100644 arch/arm/cpu/armv7/s5p-common/sromc.c
>  delete mode 100644 arch/arm/cpu/armv7/s5pc1xx/sromc.c
>  delete mode 100644 arch/arm/include/asm/arch-s5pc1xx/smc.h
>  create mode 100644 arch/arm/include/asm/arch-s5pc1xx/sromc.h
>

No. Please make it one patch.
And please use git mv instead of rm and cp.

Thanks.
Minkyu Kang
-- 
from. prom.
www.promsoft.net


More information about the U-Boot mailing list