Re: [PATCH v2 10/19] bootstd: Add a function to update a command line

2023-07-12 Thread Bin Meng
On Tue, Jun 20, 2023 at 4:25 PM Simon Glass wrote: > > The Linux command line consists of a number of words with optional values. > At present U-Boot allows this to be changed using the bootargs environment > variable. > > But this is quite painful, since the command line can be very long. > > Add

[PATCH v2 10/19] bootstd: Add a function to update a command line

2023-06-20 Thread Simon Glass
The Linux command line consists of a number of words with optional values. At present U-Boot allows this to be changed using the bootargs environment variable. But this is quite painful, since the command line can be very long. Add a function which can adjust a single field in the command line, s