commit | c9db9a2ef5558dc1e83965e452030dbf5ce93de2 | [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 | dd1eb1af2683f5d0e30e70af5bef1bab83f3e594 [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>