commit | 10a3e616dd5e1c1768a23d251d40d07930702147 | [log] [tgz] |
---|---|---|
author | Shengyu Qu <wiagn233@outlook.com> | Fri Aug 25 00:25:19 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Sep 05 10:53:46 2023 +0800 |
tree | 0628e9c819e20885d50d529b86b66f91f05f4a88 | |
parent | 9b676304d5e3d4f14c94606b7c69e676e8e230b0 [diff] |
dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT To support SPL_SYS_MALLOC_CLEAR_ON_INIT, we have to modify #ifdef CONFIG_SYS_MALLOC_CLEAR_ON_INIT to #if CONFIG_IS_ENABLED(SYS_MALLOC_CLEAR_ON_INIT) Signed-off-by: Bo Gan <ganboing@gmail.com> Signed-off-by: Shengyu Qu <wiagn233@outlook.com> Reviewed-by: Tom Rini <trini@konsulko.com>