Re: [PATCH 2/3] x86: zimage: Update cmdline parameter to be an env var

2020-12-15 Thread Bin Meng
On Wed, Dec 16, 2020 at 11:26 AM Bin Meng wrote: > > On Mon, Nov 9, 2020 at 10:12 PM Simon Glass wrote: > > > > With the updated changes to bootargs substitution[1], the zboot command > > needs to be updated to get its command line from an environment variable > > instead of a memory address.

Re: [PATCH 2/3] x86: zimage: Update cmdline parameter to be an env var

2020-12-15 Thread Bin Meng
On Mon, Nov 9, 2020 at 10:12 PM Simon Glass wrote: > > With the updated changes to bootargs substitution[1], the zboot command > needs to be updated to get its command line from an environment variable > instead of a memory address. This is because the command-line string must > be updated to

[PATCH 2/3] x86: zimage: Update cmdline parameter to be an env var

2020-11-09 Thread Simon Glass
With the updated changes to bootargs substitution[1], the zboot command needs to be updated to get its command line from an environment variable instead of a memory address. This is because the command-line string must be updated to convert %U to ${uuid}, etc. In any case it is more flexible to