[PATCH v3 2/3] cli: allow users to determine history buffer allocation method

Tom Rini trini at konsulko.com
Thu Mar 14 01:39:24 CET 2024


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 at qq.com>

Applied to u-boot/next, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20240313/8aff71da/attachment.sig>


More information about the U-Boot mailing list