rk3399: Add BOOTENV_SF command
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 8 Jun 2020 14:17:08 +0000 (10:17 -0400)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 27 Jun 2020 14:06:28 +0000 (22:06 +0800)
Add missing BOOTENV_SF command in rk3399 config.

Fix it.

Fixes: f263b860acf8 ("rk3399: Enable SF distro bootcmd")
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reported-by: Suniel Mahesh <sunil@amarulasolutions.com>
Tested-by: Suniel Mahesh <sunil@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
include/configs/rk3399_common.h

index f0ae6e6..e63ebb1 100644 (file)
@@ -67,6 +67,7 @@
        "partitions=" PARTS_DEFAULT \
        ROCKCHIP_DEVICE_SETTINGS \
        BOOTENV \
+       BOOTENV_SF \
        "altbootcmd=" \
                "setenv boot_syslinux_conf extlinux/extlinux-rollback.conf;" \
                "run distro_bootcmd\0"