]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
rockchip: rk3399: Drop altbootcmd
authorTom Rini <trini@konsulko.com>
Fri, 24 Mar 2023 20:58:16 +0000 (16:58 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 27 Mar 2023 15:16:04 +0000 (11:16 -0400)
The defined altbootcmd was specific to distro_bootcmd which is not
longer in use on these platforms, so drop it.

Tested-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/rk3399_common.h

index 04dcbf20bcb527478d8439a44a4fdda6d522e9fb..96ba19c659bdc109b15e56928dc30d8e1c9f103d 100644 (file)
        "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
        "partitions=" PARTS_DEFAULT \
        ROCKCHIP_DEVICE_SETTINGS \
-       "boot_targets=" BOOT_TARGETS "\0" \
-       "altbootcmd=" \
-               "setenv boot_syslinux_conf extlinux/extlinux-rollback.conf;" \
-               "run distro_bootcmd\0"
+       "boot_targets=" BOOT_TARGETS "\0"
 
 #endif