Re: [U-Boot] [PATCH v7 04/13] dm: tegra: Set up a pre-reloc malloc()

2014-09-21 Thread Simon Glass
On 3 September 2014 17:37, Simon Glass wrote: > Allocate 1KB so that driver model can operate before relocation. > > Signed-off-by: Simon Glass Applied to u-boot-dm/master and now in mainline. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.d

[U-Boot] [PATCH v7 04/13] dm: tegra: Set up a pre-reloc malloc()

2014-09-03 Thread Simon Glass
Allocate 1KB so that driver model can operate before relocation. Signed-off-by: Simon Glass --- Changes in v7: - Add new patch to enable pre-reloc malloc() for tegra Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None include/configs/tegra-commo