
14 Mar
2024
14 Mar
'24
1:39 a.m.
On Tue, Mar 05, 2024 at 03:37:35PM +0800, Hanyuan Zhao wrote:
This commit allows users to choose the appropriate memory allocation method between static allocated and dynamically calloc. The previous static-array way will not obviously contribute to the final binary size since it is uninitialized, and might have better performance than the dynamical one. Now we provide the users with both the two options.
Signed-off-by: Hanyuan Zhao hanyuan-z@qq.com
Applied to u-boot/next, thanks!
--
Tom