]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Move initf_malloc() to a common place
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:36 +0000 (22:06 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:24 +0000 (22:30 +0200)
commit0a37bf53649a53333aafc228bc15ab3b2537b46b
tree53ba49eb676ae7dcb0faa951a66ec6660d603c9f
parent77b3716f12607d16b9f5fcd84b0ab1ed48897c37
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