You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd # disable stuff from rockchip64_common; we're using binman here which does all the work already
43
+
44
+
# Just use the binman-provided u-boot-rockchip.bin, which is ready-to-go
unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd # disable stuff from rockchip64_common; we're using binman here which does all the work already
@@ -55,8 +78,6 @@ function post_family_config_branch_edge__rock-5b_use_mainline_uboot() {
55
78
}
56
79
57
80
function post_config_uboot_target__extra_configs_for_rock5b_mainline_environment_in_spi() {
58
-
[[ "${BRANCH}" != "edge" ]] && return 0
59
-
60
81
display_alert "$BOARD" "u-boot configs for ${BOOTBRANCH} u-boot config BRANCH=${BRANCH}" "info"
61
82
run_host_command_logged scripts/config --set-val CONFIG_ENV_IS_NOWHERE "n"
0 commit comments