commit | da337753d8b9f274c2f37137177aff1eb7101a8b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 02 08:46:32 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 30 09:49:32 2025 +0100 |
tree | 62a3cdcdff304ae9c294d199d85c16081cfafe72 | |
parent | bc3a15f65221a84307ce5062fb0bef5c770375d4 [diff] |
expo: Use an abuf to hold strings It is more convenient to put strings in an abuf so they can easily be resized. Adjust the struct accordingly. Signed-off-by: Simon Glass <sjg@chromium.org>