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>
|
||
|---|---|---|
| .. | ||
| fsp | ||
| fsp1 | ||
| fsp2 | ||
| Makefile | ||
| acpi.c | ||
| acpi_nhlt.c | ||
| acpi_s3.c | ||
| acpi_table.c | ||
| acpigen.c | ||
| asm-offsets.c | ||
| bios.c | ||
| bios.h | ||
| bios_asm.S | ||
| bios_interrupts.c | ||
| bootm.c | ||
| cmd_boot.c | ||
| coreboot_table.c | ||
| crt0_ia32_efi.S | ||
| crt0_x86_64_efi.S | ||
| div64.c | ||
| e820.c | ||
| early_cmos.c | ||
| elf_ia32_efi.lds | ||
| elf_x86_64_efi.lds | ||
| hob.c | ||
| i8254.c | ||
| i8259.c | ||
| init_helpers.c | ||
| interrupts.c | ||
| lpc-uclass.c | ||
| mpspec.c | ||
| mrccache.c | ||
| northbridge-uclass.c | ||
| physmem.c | ||
| pinctrl_ich6.c | ||
| pirq_routing.c | ||
| pmu.c | ||
| ramtest.c | ||
| reloc_ia32_efi.c | ||
| reloc_x86_64_efi.c | ||
| relocate.c | ||
| scu.c | ||
| sections.c | ||
| sfi.c | ||
| spl.c | ||
| string.c | ||
| tables.c | ||
| tpl.c | ||
| zimage.c | ||