diff options
author | Tom Rini | 2023-03-24 16:58:16 -0400 |
---|---|---|
committer | Tom Rini | 2023-03-27 11:16:04 -0400 |
commit | d00fb6421c8fad639f608f55f9291305061ffb17 (patch) | |
tree | 3d78a77dbdceb042c933da2a72f0960847a92773 | |
parent | 3be95cc292a149d1df40edd81afe5a72868c97f5 (diff) |
rockchip: rk3399: Drop altbootcmd
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>
-rw-r--r-- | include/configs/rk3399_common.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index 04dcbf20bcb..96ba19c659b 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -52,10 +52,7 @@ "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 |