From 1ab5d2b9cf1b9c1c7ccb58243992fb163c64a14d Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 5 Apr 2023 21:06:19 +0800 Subject: [PATCH 1/3] Revert "rockchip: rk3399: Drop altbootcmd" This reverts commit d00fb6421c8fad639f608f55f9291305061ffb17. Signed-off-by: Tianling Shen --- include/configs/rk3399_common.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -52,7 +52,10 @@ "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \ "partitions=" PARTS_DEFAULT \ ROCKCHIP_DEVICE_SETTINGS \ - "boot_targets=" BOOT_TARGETS "\0" + "boot_targets=" BOOT_TARGETS "\0" \ + "altbootcmd=" \ + "setenv boot_syslinux_conf extlinux/extlinux-rollback.conf;" \ + "run distro_bootcmd\0" #endif