mbox

[U-Boot] please pull u-boot-arc master

Message ID 1428683370.5325.12.camel@synopsys.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Alexey Brodkin April 10, 2015, 4:29 p.m. UTC
Hi Tom,

On Fri, 2015-04-10 at 18:51 +0300, Alexey Brodkin wrote:
> Hi Tom,
> 
> On Fri, 2015-04-10 at 09:59 +0300, Alexey Brodkin wrote:
> > Dear Tom,

> Please disregard initial pull-request because I've just added another
> critical fix in u-boot-arc repo and it would be good if it makes its way
> into the upcoming release, so here's an updated pull-request.

Looks like today is not the best of my days. Trying to squeeze one
important fix in the upcoming release I tested it improperly and so
clean build fails. For that reason I cooked another fix... on top of the
previous fix :(

And here's another (hopefully the last one for today) pull-request.

The following changes since commit
385a08a60f042061b004642d6b9bb6cfb794ad5a:

  ARM: zynq: Remove Jagan from list of maintainers (2015-04-08 18:43:51
-0400)

are available in the git repository at:

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

for you to fetch changes up to a811492e4f386f79b122b210ac8e66915c27f767:

  arc: fix separate compilation of start.o (2015-04-10 19:22:40 +0300)

----------------------------------------------------------------
Alexey Brodkin (3):
      board: axs10x - support v3 mother-board
      arc: make sure _start is in the beginning of .text section
      arc: fix separate compilation of start.o

 arch/arc/cpu/u-boot.lds        |  1 +
 arch/arc/lib/Makefile          |  3 ++-
 board/synopsys/axs101/axs101.c | 14 ++++++++++++++
 board/synopsys/axs101/axs10x.h | 16 ++++++++++++++++
 board/synopsys/axs101/nand.c   |  7 +++++++
 include/configs/axs101.h       |  6 ++++++
 6 files changed, 46 insertions(+), 1 deletion(-)
 create mode 100644 board/synopsys/axs101/axs10x.h

Regards,
Alexey

Comments

Tom Rini April 10, 2015, 6:49 p.m. UTC | #1
On Fri, Apr 10, 2015 at 04:29:30PM +0000, Alexey Brodkin wrote:

> Hi Tom,
> 
> On Fri, 2015-04-10 at 18:51 +0300, Alexey Brodkin wrote:
> > Hi Tom,
> > 
> > On Fri, 2015-04-10 at 09:59 +0300, Alexey Brodkin wrote:
> > > Dear Tom,
> 
> > Please disregard initial pull-request because I've just added another
> > critical fix in u-boot-arc repo and it would be good if it makes its way
> > into the upcoming release, so here's an updated pull-request.
> 
> Looks like today is not the best of my days. Trying to squeeze one
> important fix in the upcoming release I tested it improperly and so
> clean build fails. For that reason I cooked another fix... on top of the
> previous fix :(
> 
> And here's another (hopefully the last one for today) pull-request.
> 
> The following changes since commit
> 385a08a60f042061b004642d6b9bb6cfb794ad5a:
> 
>   ARM: zynq: Remove Jagan from list of maintainers (2015-04-08 18:43:51
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arc.git 
> 
> for you to fetch changes up to a811492e4f386f79b122b210ac8e66915c27f767:
> 
>   arc: fix separate compilation of start.o (2015-04-10 19:22:40 +0300)
> 

Applied to u-boot/master, thanks!