diff options
| author | Jagan Teki <[email protected]> | 2020-06-08 10:17:08 -0400 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2020-06-27 22:06:28 +0800 |
| commit | 6a28dc3322982ac67b01c66d9aa34531978deb16 (patch) | |
| tree | 836209b4a9de63d4654d84975399f0acfeac959b /include | |
| parent | eae62ae8de1893f7cf08e276ab841d3f99245603 (diff) | |
rk3399: Add BOOTENV_SF command
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]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rk3399_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index f0ae6e67a71..e63ebb14f72 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -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" |
