commit | 692f15ff1e1827123ca2f96c1e352d57503360f5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 07 10:24:00 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 12 16:35:23 2024 -0600 |
tree | 133fd0ddac3531db5212781cbbf274b6711d4cdd | |
parent | 5cd4ad6e821a3ab6d5470bbd9bc90521248b2c3b [diff] |
malloc: Provide a simple malloc for VPL The VPL phase may want to use the smaller malloc() implementation, so add an option for this. Signed-off-by: Simon Glass <sjg@chromium.org>