mbox

[U-Boot] Please pull u-boot-dm.git

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

Pull-request

ssh://gu-dm@git.denx.de/u-boot-dm

Message

Simon Glass Aug. 4, 2014, 11:28 a.m. UTC
Hi Tom,

These are the two remaining malloc() changes for arm. If Albert would
prefer to pull these that is fine with me too.


The following changes since commit 25b4adbba018633b943a99322bfb2fb819c0bafb:

  include: remove CONFIG_SPL/CONFIG_TPL definition in config headers
(2014-07-30 14:42:03 -0400)

are available in the git repository at:

  ssh://gu-dm@git.denx.de/u-boot-dm

for you to fetch changes up to 76a1e584e10d14f1981f65376636ecff80bdc19b:

  arm: Support pre-relocation malloc() (2014-08-04 05:24:35 -0600)

----------------------------------------------------------------
Simon Glass (2):
      arm: Set up global data before board_init_f()
      arm: Support pre-relocation malloc()

 README                        |  3 +++
 arch/arm/include/asm/config.h |  2 ++
 arch/arm/lib/crt0.S           | 12 ++++++++++++
 3 files changed, 17 insertions(+)

Regards,
Simon

Comments

Tom Rini Aug. 6, 2014, 2:37 p.m. UTC | #1
On Mon, Aug 04, 2014 at 05:28:21AM -0600, Simon Glass wrote:

> Hi Tom,
> 
> These are the two remaining malloc() changes for arm. If Albert would
> prefer to pull these that is fine with me too.
> 
> 
> The following changes since commit 25b4adbba018633b943a99322bfb2fb819c0bafb:
> 
>   include: remove CONFIG_SPL/CONFIG_TPL definition in config headers
> (2014-07-30 14:42:03 -0400)
> 
> are available in the git repository at:
> 
>   ssh://gu-dm@git.denx.de/u-boot-dm
> 
> for you to fetch changes up to 76a1e584e10d14f1981f65376636ecff80bdc19b:
> 
>   arm: Support pre-relocation malloc() (2014-08-04 05:24:35 -0600)
> 
> ----------------------------------------------------------------
> Simon Glass (2):
>       arm: Set up global data before board_init_f()
>       arm: Support pre-relocation malloc()
> 
>  README                        |  3 +++
>  arch/arm/include/asm/config.h |  2 ++
>  arch/arm/lib/crt0.S           | 12 ++++++++++++
>  3 files changed, 17 insertions(+)

Applied to u-boot/master, thanks!