[U-Boot] [PATCH v2 06/12] armv7R: K3: am654: Use full malloc implementation in SPL

2019-06-04 Thread Andreas Dannenberg
Switch to using the full malloc scheme in post-relocation SPL to allow better utilization of available memory for example by allowing memory to get freed. Initially allocate a 16MB-sized region in DDR starting at address 0x8400 for this purpose. Signed-off-by: Andreas Dannenberg --- configs/

Re: [U-Boot] [PATCH v2 06/12] armv7R: K3: am654: Use full malloc implementation in SPL

2019-07-18 Thread Tom Rini
On Tue, Jun 04, 2019 at 05:55:49PM -0500, Andreas Dannenberg wrote: > Switch to using the full malloc scheme in post-relocation SPL to allow > better utilization of available memory for example by allowing memory > to get freed. Initially allocate a 16MB-sized region in DDR starting > at address 0