From 453e9036ce15bb469a9102f5e5b48fed368eb830 Mon Sep 17 00:00:00 2001 From: Paolo Sabatino Date: Sun, 10 Mar 2024 20:44:49 +0100 Subject: [PATCH] fix rockpi-s bootenv file include --- config/boards/rockpi-s.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/rockpi-s.conf b/config/boards/rockpi-s.conf index 963bd70c49..9e6d8b59ff 100644 --- a/config/boards/rockpi-s.conf +++ b/config/boards/rockpi-s.conf @@ -15,7 +15,6 @@ HAS_VIDEO_OUTPUT="no" BOOTBRANCH_BOARD="tag:v2022.04" BOOTPATCHDIR="u-boot-rockchip64-v2022.04" -BOOTENV_FILE='rockpis.txt' OVERLAY_PREFIX='rk3308' #comment out line below for an image that will NOT boot from the built-in SDNAND @@ -43,6 +42,7 @@ function post_family_config___uboot_config() { unset uboot_custom_postprocess family_tweaks_bsp # disable stuff from rockchip64_common BOOTSCRIPT=boot-rockpis.cmd:boot.cmd + BOOTENV_FILE='rockpis.txt' uboot_custom_postprocess() {