commit | 4448fe8e4e7cc4dc5336a2d27fa6048057eaf1a6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 05 10:33:45 2020 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 04 16:09:26 2020 -0500 |
tree | 4a80588ef8fb03a002a6112b9cd7ed3bf0b5b027 | |
parent | b3c01678fdb15c63b231743481b9b77c7c4f8549 [diff] |
bootm: Allow updating the bootargs in a buffer At present we only support updating the 'bootargs' environment variable. Add another function to update a buffer instead. This will allow zimage to use this feature. Also add a lot more tests to cover various cases. Signed-off-by: Simon Glass <sjg@chromium.org>