mbox series

Pull request: u-boot-samsung master

Message ID d1807387-1b8a-b093-1522-63a766c145fa@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-samsung master | expand

Pull-request

git@gitlab.denx.de:u-boot/custodians/u-boot-samsung.git master

Message

Minkyu Kang Oct. 23, 2020, 8:03 a.m. UTC
Dear Tom,

The following changes since commit 0f35d96bfd8565da2c5ba0f540827fff0e82eb32:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-10-14 13:51:56 -0400)

are available in the git repository at:


  git@gitlab.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 8efad326ff33dd0262ce84d73aaced69f4b86c01:

  samsung: common: remove the duplicated stdio print message (2020-10-22 17:11:29 +0900)

----------------------------------------------------------------
Andre Heider (4):
      treewide: configs: get rid of unused CONFIG_DEFAULT_CONSOLE
      treewide: configs: fold CONFIG_DEFAULT_CONSOLE
      Remove whitelist entry CONFIG_DEFAULT_CONSOLE
      configs: smdkv310: get rid of unused EXYNOS4_DEFAULT_UART_OFFSET

Jaehoon Chung (1):
      samsung: common: remove the duplicated stdio print message

 board/samsung/common/board.c        | 1 -
 include/configs/arndale.h           | 2 --
 include/configs/espresso7420.h      | 3 ---
 include/configs/odroid.h            | 7 +------
 include/configs/odroid_xu3.h        | 6 +-----
 include/configs/origen.h            | 5 -----
 include/configs/peach-pi.h          | 3 ---
 include/configs/peach-pit.h         | 3 ---
 include/configs/s5p_goni.h          | 8 +-------
 include/configs/s5pc210_universal.h | 7 +------
 include/configs/smdk5250.h          | 2 --
 include/configs/smdk5420.h          | 5 -----
 include/configs/smdkv310.h          | 5 -----
 include/configs/snow.h              | 2 --
 include/configs/spring.h            | 2 --
 include/configs/trats.h             | 5 +----
 include/configs/trats2.h            | 7 +------
 scripts/config_whitelist.txt        | 1 -
 18 files changed, 6 insertions(+), 68 deletions(-)

Comments

Tom Rini Oct. 23, 2020, 3:31 p.m. UTC | #1
On Fri, Oct 23, 2020 at 05:03:15PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 0f35d96bfd8565da2c5ba0f540827fff0e82eb32:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-10-14 13:51:56 -0400)
> 
> are available in the git repository at:
> 
> 
>   git@gitlab.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 8efad326ff33dd0262ce84d73aaced69f4b86c01:
> 
>   samsung: common: remove the duplicated stdio print message (2020-10-22 17:11:29 +0900)
> 

Applied to u-boot/master, thanks!