We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7723cbc commit 453e903Copy full SHA for 453e903
config/boards/rockpi-s.conf
@@ -15,7 +15,6 @@ HAS_VIDEO_OUTPUT="no"
15
BOOTBRANCH_BOARD="tag:v2022.04"
16
BOOTPATCHDIR="u-boot-rockchip64-v2022.04"
17
18
-BOOTENV_FILE='rockpis.txt'
19
OVERLAY_PREFIX='rk3308'
20
21
#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() {
43
42
unset uboot_custom_postprocess family_tweaks_bsp # disable stuff from rockchip64_common
44
45
BOOTSCRIPT=boot-rockpis.cmd:boot.cmd
+ BOOTENV_FILE='rockpis.txt'
46
47
uboot_custom_postprocess() {
48
0 commit comments