]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Correct default boot command
authorSimon Glass <sjg@chromium.org>
Sat, 6 May 2023 14:27:09 +0000 (08:27 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 13 May 2023 13:52:32 +0000 (09:52 -0400)
commit852077b12fdd03e9fa54ab0a077a62a5fca17f82
treea3c9f6adf86620bc867c33c766af65e8a4786384
parent066ae14ee45f51c9ac330876a650ddb9abc87585
bootstd: Correct default boot command

The patch to relax flag requirements was not accepted[1], so we still have
to have separate bootcommands depending on CMD_BOOTFLOW_FULL.

The previous attempt at this did not work, since it used the wrong name
for the options.

Fix this and change the message to mention BOOTSTD_FULL since this affects
not just the flags, but all functionality, so is more likely what the user
wants.

Drop the useless condition on CMD_BOOTFLOW_FULL while we are here.

[1] https://patchwork.ozlabs.org/project/uboot/patch/20230329071655.1959513-2-sjg@chromium.org/

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 3988d040556 ("bootstd: Provide a default command")
boot/Kconfig
cmd/Kconfig
cmd/bootflow.c