mbox

[U-Boot] Please pull u-boot-x86

Message ID CAEUhbmXocAa6tk0Vuqz9Stk92WcQogVOk3Bf=ggTam19EEUfeg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-x86.git

Message

Bin Meng April 18, 2017, 8:12 a.m. UTC
Hi Tom,

The following changes since commit f6c1df44b815a08585e7fd3805a1db51a5955d09:

  Prepare v2017.05-rc2 (2017-04-17 18:16:49 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-x86.git

for you to fetch changes up to 363f67a96b2b2f6ec5a211eddf349d7b76a09159:

  x86: config: Enable dhrystone command for link (2017-04-18 15:51:21 +0800)

----------------------------------------------------------------
Simon Glass (3):
      x86: Drop leading spaces in cpu_x86_get_desc()
      x86: Display the SPL banner only once
      x86: config: Enable dhrystone command for link

 arch/x86/cpu/cpu_x86.c              | 6 +++++-
 arch/x86/lib/spl.c                  | 3 +--
 configs/chromebook_link64_defconfig | 1 +
 configs/chromebook_link_defconfig   | 1 +
 4 files changed, 8 insertions(+), 3 deletions(-)

Regards,
Bin

Comments

Tom Rini April 19, 2017, 1:02 p.m. UTC | #1
On Tue, Apr 18, 2017 at 04:12:34PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit f6c1df44b815a08585e7fd3805a1db51a5955d09:
> 
>   Prepare v2017.05-rc2 (2017-04-17 18:16:49 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 363f67a96b2b2f6ec5a211eddf349d7b76a09159:
> 
>   x86: config: Enable dhrystone command for link (2017-04-18 15:51:21 +0800)
> 

Applied to u-boot/master, thanks!