mbox series

[U-Boot,V3] please pull u-boot-samsung master

Message ID 59e56cc5-b415-f851-448f-e14b2c6cad47@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,V3] please pull u-boot-samsung master | expand

Pull-request

git://git.denx.de/u-boot-samsung master

Message

Minkyu Kang Jan. 7, 2019, 12:42 a.m. UTC
Hi,

The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:

  Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-samsung master

for you to fetch changes up to df1ff4d6ba591a5fcb9549e895b23c781d8fda6d:

  exynos: Leave the compiler to choose the register to avoid possible r0 corruption (2019-01-04 17:28:50 +0900)

----------------------------------------------------------------
Anand Moon (2):
      exynos5-dt-types: add missing dtb file for Odroid HC1/HC2
      odroid: Update README.odroid for support of Odroid HC1

Guillaume GARDET (3):
      exynos: imply SYS_THUMB_BUILD
      exynos: allow SPL to build in thumb mode
      exynos: Leave the compiler to choose the register to avoid possible r0 corruption

Seung-Woo Kim (1):
      Revert "arm: config: fix default console only to specify the device"

 arch/arm/Kconfig                           | 1 +
 arch/arm/mach-exynos/include/mach/system.h | 2 +-
 doc/README.odroid                          | 7 +++++--
 include/configs/odroid.h                   | 4 ++--
 include/configs/odroid_xu3.h               | 5 +++--
 include/configs/s5p_goni.h                 | 4 ++--
 include/configs/s5pc210_universal.h        | 4 ++--
 include/configs/trats.h                    | 4 ++--
 include/configs/trats2.h                   | 4 ++--
 9 files changed, 20 insertions(+), 15 deletions(-)

Comments

Tom Rini Jan. 7, 2019, 6:47 p.m. UTC | #1
On Mon, Jan 07, 2019 at 09:42:27AM +0900, Minkyu Kang wrote:

> Hi,
> 
> The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:
> 
>   Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to df1ff4d6ba591a5fcb9549e895b23c781d8fda6d:
> 
>   exynos: Leave the compiler to choose the register to avoid possible r0 corruption (2019-01-04 17:28:50 +0900)
> 

Applied to u-boot/master, thanks!