commit | 905949190d4df7fc5b7c4f3e96adf219e65cad78 | [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 | db910353a126d84fe8dff7a694ea792f50fcfb6a [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>