mbox

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

Message ID 54F6FA86.6070609@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Minkyu Kang March 4, 2015, 12:28 p.m. UTC
The following changes since commit 19e5118d1c4c9bd2dc9e52355774c8ea73839b5b:

  mpc837xerdb: "fix Calling __hwconfig without a buffer" warning (2015-03-02 15:11:36 -0500)

are available in the git repository at:

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

for you to fetch changes up to ddb49f3a6c659ee7349a984af2698b440cb786dd:

  Odroid U3: use common code for dram reservation (2015-03-04 21:25:35 +0900)

----------------------------------------------------------------
Przemyslaw Marczak (3):
      board: samsung: reserve memory for the secure firmware
      Odroid-XU3: enable the last dram bank and reserve 22MiB
      Odroid U3: use common code for dram reservation

Ɓukasz Majewski (1):
      samsung: board: fix: Define loop iterator as an unsigned int to suppress gcc 4.8 warning

 board/samsung/common/board.c  |   10 ++++++++--
 board/samsung/odroid/odroid.c |    4 ----
 include/configs/odroid.h      |    5 +++--
 include/configs/odroid_xu3.h  |   10 ++++------
 4 files changed, 15 insertions(+), 14 deletions(-)

Comments

Tom Rini March 4, 2015, 10:15 p.m. UTC | #1
On Wed, Mar 04, 2015 at 09:28:54PM +0900, Minkyu Kang wrote:

> The following changes since commit 19e5118d1c4c9bd2dc9e52355774c8ea73839b5b:
> 
>   mpc837xerdb: "fix Calling __hwconfig without a buffer" warning (2015-03-02 15:11:36 -0500)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-samsung 
> 
> for you to fetch changes up to ddb49f3a6c659ee7349a984af2698b440cb786dd:
> 
>   Odroid U3: use common code for dram reservation (2015-03-04 21:25:35 +0900)
> 

Applied to u-boot/master, thanks!