commit | f5f2b0e75e6efe271cfed2ec970e9189b9fd8676 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 03 08:03:01 2015 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 04 14:55:04 2015 -0500 |
tree | fe24d04428c8dfad404539e468f596846defdabf | |
parent | d8711afae7b60548a4071aeb4bfdae481a77bdc1 [diff] |
Make export interface support CONFIG_SYS_MALLOC_SIMPLE When CONFIG_SYS_MALLOC_SIMPLE is defined, free() is a static inline. Make sure that the export interface still builds in this case. Signed-off-by: Simon Glass <sjg@chromium.org>