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
@@ -39,13 +46,8 @@ function post_family_config_branch_current__orangepi5_use_mainline_uboot() {
39
46
}
40
47
}
41
48
42
-
43
-
44
-
declare -g BLUETOOTH_HCIATTACH_PARAMS="-s 115200 /dev/ttyS9 bcm43xx 1500000" # For the bluetooth-hciattach extension
45
-
enable_extension "bluetooth-hciattach" # Enable the bluetooth-hciattach extension
46
-
47
49
function post_family_tweaks_bsp__orangepi5_copy_usb2_service() {
48
-
if [[ $BRANCH == "edge" ]]; then
50
+
if [[ $BRANCH == "edge" || $BRANCH == "current" ]]; then
49
51
return
50
52
fi
51
53
@@ -58,7 +60,7 @@ function post_family_tweaks_bsp__orangepi5_copy_usb2_service() {
58
60
}
59
61
60
62
function post_family_tweaks__orangepi5_enable_usb2_service() {
61
-
if [[ $BRANCH == "edge" ]]; then
63
+
if [[ $BRANCH == "edge" || $BRANCH == "current" ]]; then
62
64
return
63
65
fi
64
66
@@ -71,7 +73,7 @@ function post_family_tweaks__orangepi5_enable_usb2_service() {
71
73
}
72
74
73
75
function post_family_tweaks__orangepi5_naming_audios() {
74
-
if [[ $BRANCH == "edge" ]]; then
76
+
if [[ $BRANCH == "edge" || $BRANCH == "current" ]]; then
75
77
return
76
78
fi
77
79
@@ -86,7 +88,7 @@ function post_family_tweaks__orangepi5_naming_audios() {
86
88
}
87
89
88
90
function post_family_config__orangepi5_uboot_add_sata_target() {
89
-
if [[ $BRANCH == "edge" ]]; then
91
+
if [[ $BRANCH == "edge" || $BRANCH == "current" ]]; then
90
92
return
91
93
fi
92
94
@@ -96,31 +98,8 @@ function post_family_config__orangepi5_uboot_add_sata_target() {
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
103
-
104
-
# Just use the binman-provided u-boot-rockchip.bin, which is ready-to-go
0 commit comments