commit | 33927529a6ac8e1c394a84ec2885c21586ba8d7e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 12 09:04:34 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Sun Jul 16 23:13:17 2023 +0800 |
tree | a395cc77bb228bdc7de746688502a3b04e1e2ac2 | |
parent | 7fbbbc89d819b0057ffa94e7785df024b00782c1 [diff] |
bootstd: Allow storing the OS command line in the bootflow Some operating systems have a command line which can be adjusted before booting. Store this in the bootflow so it can be controlled within U-Boot. Fix up the example output while we are here, since there are a few new items. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>