]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: zimage: Update cmdline parameter to be an env var
authorSimon Glass <sjg@chromium.org>
Mon, 9 Nov 2020 14:12:24 +0000 (07:12 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 16 Dec 2020 05:46:11 +0000 (13:46 +0800)
commit6c9a83502facf265406bc87f7a6949cc3c66872d
treeb87f2a761d8f8247afa1bd701cdd53e3c2e62996
parent56f02f0ae85da8bb2dca66c7816dbb1429f92072
x86: zimage: Update cmdline parameter to be an env var

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 use a environment variable and it is
best to do this before the release to avoid a subsequent change.

Update the command accordingly.

[1] http://patchwork.ozlabs.org/project/uboot/list/?series=212481

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/zimage.c