Re: [U-Boot] [PATCH v3 5/9] arm: Support pre-relocation malloc()

2014-08-09 Thread Simon Glass
Applied to u-boot-dm/master. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 5/9] arm: Support pre-relocation malloc()

2014-07-23 Thread Simon Glass
+Tom Hi Albert, On 10 July 2014 22:23, Simon Glass wrote: > Add support for re-relocation malloc() in arm's start-up code. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Rebase on earlier patch Can you please take a look at this patch? I would like to apply it to the dm repo. > >

[U-Boot] [PATCH v3 5/9] arm: Support pre-relocation malloc()

2014-07-10 Thread Simon Glass
Add support for re-relocation malloc() in arm's start-up code. Signed-off-by: Simon Glass --- Changes in v3: - Rebase on earlier patch Changes in v2: None README | 3 +++ arch/arm/lib/crt0.S | 5 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README