diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-08 10:17:08 -0400 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2020-06-27 22:06:28 +0800 |
commit | 6a28dc3322982ac67b01c66d9aa34531978deb16 (patch) | |
tree | 836209b4a9de63d4654d84975399f0acfeac959b /include/configs | |
parent | eae62ae8de1893f7cf08e276ab841d3f99245603 (diff) | |
download | u-boot-6a28dc3322982ac67b01c66d9aa34531978deb16.tar.gz u-boot-6a28dc3322982ac67b01c66d9aa34531978deb16.tar.bz2 u-boot-6a28dc3322982ac67b01c66d9aa34531978deb16.zip |
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 <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>
Diffstat (limited to 'include/configs')
-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 f0ae6e67a7..e63ebb14f7 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" |