mbox

[U-Boot,GIT,PULL] u-boot-mips/fixes for master

Message ID CACUy__W_L9NMpiUej7EtTn0ZfocKjPERB-pizjzmcqJ_1SQnxQ@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-mips.git fixes

Message

Daniel Schwierzeck Feb. 15, 2013, 5:21 p.m. UTC
Hi Tom,

please pull a bugfix for the dynamic relocation patches from last pull request.
Without the patch, saveenv command is broken on MIPS.

Thanks,
Daniel

The following changes since commit 9c748e02d99476e6a08d55eadfd8776edffe1e2e:

  Merge branch 'next' of git://git.denx.de/u-boot-mips (2013-02-12
19:03:59 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-mips.git fixes

for you to fetch changes up to 455fbfb668fc8760f45ea099eb182096f3632b15:

  MIPS: board.c: remove manual relocation of env_name_spec (2013-02-15
18:00:04 +0100)

----------------------------------------------------------------
Daniel Schwierzeck (1):
      MIPS: board.c: remove manual relocation of env_name_spec

 arch/mips/lib/board.c | 8 --------
 1 file changed, 8 deletions(-)

Comments

Tom Rini Feb. 15, 2013, 5:33 p.m. UTC | #1
On Fri, Feb 15, 2013 at 06:21:59PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull a bugfix for the dynamic relocation patches from last pull request.
> Without the patch, saveenv command is broken on MIPS.
> 
> Thanks,
> Daniel
> 
> The following changes since commit 9c748e02d99476e6a08d55eadfd8776edffe1e2e:
> 
>   Merge branch 'next' of git://git.denx.de/u-boot-mips (2013-02-12
> 19:03:59 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mips.git fixes
> 
> for you to fetch changes up to 455fbfb668fc8760f45ea099eb182096f3632b15:
> 
>   MIPS: board.c: remove manual relocation of env_name_spec (2013-02-15
> 18:00:04 +0100)
> 
> ----------------------------------------------------------------
> Daniel Schwierzeck (1):
>       MIPS: board.c: remove manual relocation of env_name_spec
> 
>  arch/mips/lib/board.c | 8 --------
>  1 file changed, 8 deletions(-)

Applied to u-boot/master, thanks!