Move initf_malloc() to a common place
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:36 +0000 (22:06 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Apr 2015 15:05:53 +0000 (09:05 -0600)
commitfb5cf7f16be725aec7ab0016268b3b4e26460bee
tree755959683c0f163b7911e57d059fe467f585ab9a
parent0879361fd3bc33eb52bcfb2574a78f1e52a36429
Move initf_malloc() to a common place

To allow this function to be used from SPL, move it to the malloc()
code.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_f.c
common/dlmalloc.c
include/malloc.h