Re: [PATCH v2 12/12] bootm: Support string substitution in bootargs

2020-12-07 Thread Tom Rini
On Thu, Nov 05, 2020 at 10:33:48AM -0700, Simon Glass wrote: > In some cases it is necessary to pass parameters to Linux so that it will > boot correctly. For example, the rootdev parameter is often used to > specify the root device. However the root device may change depending on > whence U-Boot

[PATCH v2 12/12] bootm: Support string substitution in bootargs

2020-11-05 Thread Simon Glass
In some cases it is necessary to pass parameters to Linux so that it will boot correctly. For example, the rootdev parameter is often used to specify the root device. However the root device may change depending on whence U-Boot loads the kernel. At present it is necessary to build up the command