diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2023-12-02 21:52:30 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-20 10:46:54 -0500 |
commit | 400cb2a850546e8cc9246cf97f0902ffe57867ab (patch) | |
tree | 4418f6d17faf5c99111b67786097a952e05f2981 /lib | |
parent | 921f63e5723880bbbaf65429564e5638b7bbd002 (diff) |
command: Allocate history buffer using calloc()
The history buffer is currently a static array which can be some
10-40 kiB depending on configuration, and so adds considerably to
the U-Boot binary size. Allocate it dynamically instead to reduce
the U-Boot binary size.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions