[PATCH] rk3399: Add BOOTENV_SF command
Kever Yang
kever.yang at rock-chips.com
Sat Jun 27 16:06:52 CEST 2020
On 2020/6/8 下午10:17, Jagan Teki wrote:
> Add missing BOOTENV_SF command in rk3399 config.
>
> Fix it.
>
> Fixes: f263b860acf8 ("rk3399: Enable SF distro bootcmd")
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
> Reported-by: Suniel Mahesh <sunil at amarulasolutions.com>
> Tested-by: Suniel Mahesh <sunil at amarulasolutions.com>
Applied to u-boot-rockchip master branch.
> ---
> include/configs/rk3399_common.h | 1 +
> 1 file changed, 1 insertion(+)
>
> 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"
More information about the U-Boot
mailing list