Skip to content

Commit

Permalink
fix rockpi-s bootenv file include
Browse files Browse the repository at this point in the history
  • Loading branch information
paolosabatino authored and igorpecovnik committed Mar 18, 2024
1 parent 7723cbc commit 453e903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/boards/rockpi-s.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {

Expand Down

0 comments on commit 453e903

Please sign in to comment.