Re: [PATCH 07/18] bootstd: Use the bootargs env var for changing the cmdline

2023-05-15 Thread Bin Meng
Hi Simon, On Sat, Apr 29, 2023 at 3:27 AM Simon Glass wrote: > > 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 curre

[PATCH 07/18] bootstd: Use the bootargs env var for changing the cmdline

2023-04-28 Thread Simon Glass
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-