]> Git Repo - u-boot.git/commitdiff
rk3399: Add BOOTENV_SF command
authorJagan Teki <[email protected]>
Mon, 8 Jun 2020 14:17:08 +0000 (10:17 -0400)
committerKever Yang <[email protected]>
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 <[email protected]>
Reported-by: Suniel Mahesh <[email protected]>
Tested-by: Suniel Mahesh <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
include/configs/rk3399_common.h

index f0ae6e67a710e06b2de0b22b5211bb837974a044..e63ebb14f72ef78259d9ed5d561c555edc2d3af0 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"
This page took 0.059349 seconds and 4 git commands to generate.