mbox

[U-Boot] Please pull u-boot-ti/master

Message ID 20130412204707.GW9914@bill-the-cat
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Tom Rini April 12, 2013, 8:47 p.m. UTC
Hello,

The following changes since commit 90639feaa0d66a204f9d03a325ab14e2f97f6cbb:

  arm/km: add support for kmsuv31 board (2013-04-12 21:42:22 +0530)

are available in the git repository at:

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

for you to fetch changes up to 46afd3eff3e53e29613c489af0c128203bb3c5b4:

  omap5_common.h: Switch to ext4 (2013-04-12 15:29:23 -0400)

----------------------------------------------------------------
Tom Rini (2):
      am335x: Really correct DDR timings on new BeagleBone part
      omap5_common.h: Switch to ext4

man.huber@arcor.de (1):
      omap3: Display MHz instead of mHz on the console

 arch/arm/cpu/armv7/omap3/sys_info.c         |    4 ++--
 arch/arm/include/asm/arch-am33xx/ddr_defs.h |   14 +++++++-------
 include/configs/omap5_common.h              |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

We have a real important fix (DDR timing, sigh), a pretty important fix
(ext3 is bad for SD cards, use ext4) and a harmless print fixup since
I'm in here.

Comments

Albert ARIBAUD April 13, 2013, 8:36 a.m. UTC | #1
Hi Tom,

On Fri, 12 Apr 2013 16:47:07 -0400, Tom Rini <trini@ti.com> wrote:

> Hello,
> 
> The following changes since commit 90639feaa0d66a204f9d03a325ab14e2f97f6cbb:
> 
>   arm/km: add support for kmsuv31 board (2013-04-12 21:42:22 +0530)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ti.git master
> 
> for you to fetch changes up to 46afd3eff3e53e29613c489af0c128203bb3c5b4:
> 
>   omap5_common.h: Switch to ext4 (2013-04-12 15:29:23 -0400)
> 
> ----------------------------------------------------------------
> Tom Rini (2):
>       am335x: Really correct DDR timings on new BeagleBone part
>       omap5_common.h: Switch to ext4
> 
> man.huber@arcor.de (1):
>       omap3: Display MHz instead of mHz on the console
> 
>  arch/arm/cpu/armv7/omap3/sys_info.c         |    4 ++--
>  arch/arm/include/asm/arch-am33xx/ddr_defs.h |   14 +++++++-------
>  include/configs/omap5_common.h              |    2 +-
>  3 files changed, 10 insertions(+), 10 deletions(-)
> 
> We have a real important fix (DDR timing, sigh), a pretty important fix
> (ext3 is bad for SD cards, use ext4) and a harmless print fixup since
> I'm in here.
> 

Applied to u-boot-arm/master, thanks!

Amicalement,