mbox

[U-Boot] pull request: u-boot-coldfire/master

Message ID 579D1B44.2080800@sysam.it
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-coldfire.git master

Message

Angelo Dureghello July 30, 2016, 9:25 p.m. UTC
Hi Tom,

my first pull request, hope all is ok.
If possible these updates are for v2016.09-rc1.

The following changes since commit 08887ed4505ec14ee94ab32c482dc4dec5ddc1e4

   ARM: am57xx_evm: Enable QSPI support (2016-07-20 14:22:30 +0530)

are available in the git repository at:

   git://git.denx.de/u-boot-coldfire.git master

for you to fetch changes up to 5c928d02044345b843202f23540c3765468c1d6f:

     m68k: code reformatting for all start.S files (Sun May 22 00:14:29 
2016 +0200)

----------------------------------------------------------------
Angelo Dureghello (1):
        m68k: code reformatting for all start.S files

arch/m68k/cpu/mcf5227x/start.S   | 153 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------
  arch/m68k/cpu/mcf523x/start.S    | 130 
+++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
  arch/m68k/cpu/mcf52x2/start.S    | 163 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------
  arch/m68k/cpu/mcf530x/start.S    |  73 
+++++++++++++++++++++++++++++---------------------------
  arch/m68k/cpu/mcf532x/start.S    | 118 
+++++++++++++++++++++++++++++++++++++++++-------------------------------------------------
  arch/m68k/cpu/mcf5445x/start.S   | 185 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------
  arch/m68k/cpu/mcf547x_8x/start.S | 128 
+++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------
  7 files changed, 449 insertions(+), 501 deletions(-)


Regards,
Angelo

Comments

Tom Rini July 30, 2016, 11:46 p.m. UTC | #1
On Sat, Jul 30, 2016 at 11:25:24PM +0200, Angelo Dureghello wrote:

> Hi Tom,
> 
> my first pull request, hope all is ok.
> If possible these updates are for v2016.09-rc1.
> 
> The following changes since commit 08887ed4505ec14ee94ab32c482dc4dec5ddc1e4
> 
>   ARM: am57xx_evm: Enable QSPI support (2016-07-20 14:22:30 +0530)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-coldfire.git master
> 
> for you to fetch changes up to 5c928d02044345b843202f23540c3765468c1d6f:
> 
>     m68k: code reformatting for all start.S files (Sun May 22
> 00:14:29 2016 +0200)
> 

Applied to u-boot/master, thanks!