Re: [U-Boot] [PATCH v3 1/3] malloc_simple: Add debug statements to memalign_simple

2017-01-22 Thread Lokesh Vutla
On Monday 23 January 2017 03:49 AM, Andrew F. Davis wrote: > Add debug statements to memalign_simple to match malloc_simple. > > Signed-off-by: Andrew F. Davis Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh

Re: [U-Boot] [PATCH v3 1/3] malloc_simple: Add debug statements to memalign_simple

2017-01-22 Thread Tom Rini
On Sun, Jan 22, 2017 at 04:19:35PM -0600, Andrew F. Davis wrote: > Add debug statements to memalign_simple to match malloc_simple. > > Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH v3 1/3] malloc_simple: Add debug statements to memalign_simple

2017-01-22 Thread Andrew F. Davis
Add debug statements to memalign_simple to match malloc_simple. Signed-off-by: Andrew F. Davis --- common/malloc_simple.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/malloc_simple.c b/common/malloc_simple.c index 0f6bcbcc71..611400265b 100644 ---