]> git.baikalelectronics.ru Git - uboot.git/commit
bootm: Allow updating the bootargs in a buffer
authorSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 17:33:45 +0000 (10:33 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 4 Dec 2020 21:09:26 +0000 (16:09 -0500)
commite728d3dc24714d9babb9d5bd4dcfdc2fb52fbe6f
tree4a80588ef8fb03a002a6112b9cd7ed3bf0b5b027
parentef89684b0978a928ebeb9d78358010a806fe4bc7
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>
common/bootm.c
include/bootm.h
test/bootm.c