mbox series

[U-Boot] Please pull ARC fixes for RC3

Message ID 1523988021.23154.3.camel@synopsys.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull ARC fixes for RC3 | expand

Pull-request

git://git.denx.de/u-boot-arc.git tags/arc-for-2018.05-rc3

Message

Alexey Brodkin April 17, 2018, 6 p.m. UTC
Hi Tom,

The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e:

  Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-arc.git tags/arc-for-2018.05-rc3

for you to fetch changes up to 474e9312a803ee36dc984217b6e9b7190eca9865:

  ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c (2018-04-17 20:52:17 +0300)

----------------------------------------------------------------
Subtle ARC fixes for v2018.05-RC3

These are only very subtle clean-ups here and there including:

 * Correctly specified CPU freq for HSDK
   (production boards are all shipped with 500MHZ as opposed
    to early batch running at 1GHz)

 * Addition of SNPS internal group email to MAINTAINERS file
 * Switch to Hush shell on AXS10x boards

----------------------------------------------------------------
Eugeniy Paltsev (4):
      ARC: HSDK: Fix CPU frequency value
      ARC: AXS10x: Enable hush shell
      ARC: Update ARC architecture maintainers
      ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c

 MAINTAINERS                 | 2 ++
 arch/arc/lib/init_helpers.c | 2 --
 configs/axs101_defconfig    | 1 +
 configs/axs103_defconfig    | 1 +
 configs/hsdk_defconfig      | 2 +-
 5 files changed, 5 insertions(+), 3 deletions(-)

-Alexey

Comments

Tom Rini April 18, 2018, 8:23 p.m. UTC | #1
On Tue, Apr 17, 2018 at 06:00:22PM +0000, Alexey Brodkin wrote:

> Hi Tom,
> 
> The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e:
> 
>   Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-arc.git tags/arc-for-2018.05-rc3
> 
> for you to fetch changes up to 474e9312a803ee36dc984217b6e9b7190eca9865:
> 
>   ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c (2018-04-17 20:52:17 +0300)
> 

Applied to u-boot/master, thanks!