commit | b35513a4ffaf538c445c32c47559dc2a4227082c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 12 09:04:35 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Sun Jul 16 23:13:17 2023 +0800 |
tree | 194d2faca5744bb699ebb5819cedc4d28ab78fb4 | |
parent | 33927529a6ac8e1c394a84ec2885c21586ba8d7e [diff] |
bootstd: Use the bootargs env var for changing the cmdline The "bootargs" environment variable is used to set the command-line arguments to pass to the OS. Use this same mechanism with bootstd as well. When the variable is updated, it is written to the current bootflow. When the current bootflow is updated, the environment variable is updated too. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>