File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ BOOT_SPI_RKSPI_LOADER="yes"
1515IMAGE_PARTITION_TABLE="gpt"
1616declare -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"
You can’t perform that action at this time.
0 commit comments