commit | b4e1b6d98a9ab25658e9ed097da0e2641bb4c848 | [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 | 63660dcb132a3622a68beb5f5122e13f922cd954 [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>