diff options
| author | Tomas Peterka <[email protected]> | 2025-01-31 11:08:44 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-14 10:19:24 -0600 |
| commit | 940135eea5df45ac8101af3c3af2aa54762d9747 (patch) | |
| tree | cb00ba73c766be630b22a46ea3a9aad204a889af /include/env/pg-wcom | |
| 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 <[email protected]>
Diffstat (limited to 'include/env/pg-wcom')
| -rw-r--r-- | include/env/pg-wcom/common.env | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/env/pg-wcom/common.env b/include/env/pg-wcom/common.env index 4b660cebd67..5f2ba1c4090 100644 --- a/include/env/pg-wcom/common.env +++ b/include/env/pg-wcom/common.env @@ -22,7 +22,6 @@ add_default=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${ WCOM_UBI_LINUX_MTD addpanic=setenv bootargs ${bootargs} panic=1 panic_on_oops=1 -altbootcmd=run bootcmd backup_bank=0 boot=bootm ${load_addr_r} - ${fdt_addr_r} |
