Skip to content

Commit 4b43153

Browse files
authored
adjust function names for the sake of consistency (#9108)
* adjust function names for the sake of consistency * missed one
1 parent 3aacc12 commit 4b43153

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/boards/rock-5b-plus.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function post_family_config__rock5b_plus_use_mainline_uboot() {
5959
}
6060

6161

62-
function post_config_uboot_target__extra_configs_for_rock5b_mainline_environment_in_spi() {
62+
function post_config_uboot_target__extra_configs_for_rock5b_plus_mainline_environment_in_spi() {
6363
display_alert "$BOARD" "u-boot configs for ${BOOTBRANCH} u-boot config BRANCH=${BRANCH}" "info"
6464
run_host_command_logged scripts/config --set-val CONFIG_ENV_IS_NOWHERE "n"
6565
run_host_command_logged scripts/config --set-val CONFIG_ENV_IS_IN_SPI_FLASH "y"

config/boards/rock-5t.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ BOOT_SPI_RKSPI_LOADER="yes"
1515
IMAGE_PARTITION_TABLE="gpt"
1616
declare -g UEFI_EDK2_BOARD_ID="rock-5t" # This _only_ used for uefi-edk2-rk3588 extension
1717

18-
function post_family_tweaks__rock5b_naming_audios() {
18+
function post_family_tweaks__rock5t_naming_audios() {
1919
display_alert "$BOARD" "Renaming rock5t audios" "info"
2020

2121
mkdir -p $SDCARD/etc/udev/rules.d/
@@ -53,7 +53,7 @@ function post_family_config__rock5t_use_mainline_uboot() {
5353
}
5454

5555

56-
function post_config_uboot_target__extra_configs_for_rock5b_mainline_environment_in_spi() {
56+
function post_config_uboot_target__extra_configs_for_rock5t_mainline_environment_in_spi() {
5757
display_alert "$BOARD" "u-boot configs for ${BOOTBRANCH} u-boot config BRANCH=${BRANCH}" "info"
5858
run_host_command_logged scripts/config --set-val CONFIG_ENV_IS_NOWHERE "n"
5959
run_host_command_logged scripts/config --set-val CONFIG_ENV_IS_IN_SPI_FLASH "y"

0 commit comments

Comments
 (0)