diff options
| author | Tomas Peterka <atheiste@seznam.cz> | 2025-01-31 11:08:44 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-02-14 10:19:24 -0600 |
| commit | 940135eea5df45ac8101af3c3af2aa54762d9747 (patch) | |
| tree | cb00ba73c766be630b22a46ea3a9aad204a889af /include/configs/mx53ppd.h | |
| parent | f60d1163c1fe2dd409ba1af9368715c9237e567d (diff) | |
Kconfig: Move CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig
Add CONFIG_BOOTCOUNT_ALTBOOTCMD so the developer is able to add
custom altbootcmd via Kconfig when they enable BOOTCOUNT. With this now
in Kconfig, we need to move it from environment files / config.h files
and in to the defconfig file.
This was done by generating u-boot-initial-env for all platforms before
the Kconfig change, to extract altbootcmd values and then again after to
compare the result.
[trini: Perform migration to defconfigs, reword commit message]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx53ppd.h')
| -rw-r--r-- | include/configs/mx53ppd.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h index 6d1f669de50..3707de254e1 100644 --- a/include/configs/mx53ppd.h +++ b/include/configs/mx53ppd.h @@ -59,14 +59,6 @@ "Try again, or contact GE Service for support.\"; " \ "bootcount reset; " \ "while true; do sleep 1; done; \0" \ - "altbootcmd=" \ - "run doquiet; " \ - "setenv partnum 1; run hasfirstboot || setenv partnum 2; " \ - "run hasfirstboot || setenv partnum 0; " \ - "if test ${partnum} != 0; then " \ - "run swappartitions loadimage doboot; " \ - "fi; " \ - "run failbootcmd\0" \ "loadimage=" \ "ext2load ${dev} ${devnum}:${partnum} ${loadaddr} ${image}\0" \ "doboot=" \ |
