Skip to content

Commit 453e903

Browse files
paolosabatinoigorpecovnik
authored andcommitted
fix rockpi-s bootenv file include
1 parent 7723cbc commit 453e903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/boards/rockpi-s.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ HAS_VIDEO_OUTPUT="no"
1515
BOOTBRANCH_BOARD="tag:v2022.04"
1616
BOOTPATCHDIR="u-boot-rockchip64-v2022.04"
1717

18-
BOOTENV_FILE='rockpis.txt'
1918
OVERLAY_PREFIX='rk3308'
2019

2120
#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() {
4342
unset uboot_custom_postprocess family_tweaks_bsp # disable stuff from rockchip64_common
4443

4544
BOOTSCRIPT=boot-rockpis.cmd:boot.cmd
45+
BOOTENV_FILE='rockpis.txt'
4646

4747
uboot_custom_postprocess() {
4848

0 commit comments

Comments
 (0)