]> git.dujemihanovic.xyz Git - u-boot.git/commit
Kconfig: Add SPL_SYS_MALLOC_CLEAR_ON_INIT
authorShengyu Qu <wiagn233@outlook.com>
Thu, 24 Aug 2023 16:25:18 +0000 (00:25 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 5 Sep 2023 02:53:46 +0000 (10:53 +0800)
commitdd1eb1af2683f5d0e30e70af5bef1bab83f3e594
tree5f3a9a8f67d7c84a3ef2421d365f9d5916f5d117
parentf943417737cd9b230ccaab94a717b338028a4f36
Kconfig: Add SPL_SYS_MALLOC_CLEAR_ON_INIT

Add SPL version of SYS_MALLOC_CLEAR_ON_INIT, this would help devices
that need to clear ram before use to work correctly.

Signed-off-by: Bo Gan <ganboing@gmail.com>
Signed-off-by: Shengyu Qu <wiagn233@outlook.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Kconfig