[U-Boot] Please pull u-boot-samsung/master

Dear Tom,
The following changes since commit 33bf447477ff38eda46529b346677856b53e0f87: kevin.morfitt@fearnside-systems.co.uk (1): Add a unified s3c24x0 header file
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
Minkyu Kang (1): s5pc1xx: update cache routines
Seunghyeon Rhee (1): samsung: fix DMC1_MEM_CFG for s3c64xx
cpu/arm_cortexa8/s5pc1xx/Makefile | 4 +- cpu/arm_cortexa8/s5pc1xx/cache.S | 120 ++++++++++++++++++++ include/asm-arm/arch-s3c64xx/s3c6400.h | 4 +- .../asm-arm/arch-s5pc1xx/sys_proto.h | 27 ++--- include/configs/smdkc100.h | 2 - 5 files changed, 132 insertions(+), 25 deletions(-) create mode 100644 cpu/arm_cortexa8/s5pc1xx/cache.S rename cpu/arm_cortexa8/s5pc1xx/cache.c => include/asm-arm/arch-s5pc1xx/sys_proto.h (61%)

I have pulled these two commits into arm/master Thanks Tom
Minkyu Kang wrote:
Dear Tom,
The following changes since commit 33bf447477ff38eda46529b346677856b53e0f87: kevin.morfitt@fearnside-systems.co.uk (1): Add a unified s3c24x0 header file
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
Minkyu Kang (1): s5pc1xx: update cache routines
Seunghyeon Rhee (1): samsung: fix DMC1_MEM_CFG for s3c64xx
cpu/arm_cortexa8/s5pc1xx/Makefile | 4 +- cpu/arm_cortexa8/s5pc1xx/cache.S | 120 ++++++++++++++++++++ include/asm-arm/arch-s3c64xx/s3c6400.h | 4 +- .../asm-arm/arch-s5pc1xx/sys_proto.h | 27 ++--- include/configs/smdkc100.h | 2 - 5 files changed, 132 insertions(+), 25 deletions(-) create mode 100644 cpu/arm_cortexa8/s5pc1xx/cache.S rename cpu/arm_cortexa8/s5pc1xx/cache.c => include/asm-arm/arch-s5pc1xx/sys_proto.h (61%)
participants (2)
-
Minkyu Kang
-
Tom