odroidm1: don't copy paste without changing the function name

Co-authored-by: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com>
This commit is contained in:
Ricardo Pardini
2024-07-07 13:08:49 +02:00
parent 268c2e8596
commit ab1e97c069

View File

@@ -84,7 +84,7 @@ function post_family_tweaks__config_odroidm1_fwenv() {
# A better equivalent to patching a defconfig, do changes to .config via code.
# For UMS/RockUSB to work in u-boot, &usb_host0_xhci { dr_mode = "otg" } is required. See 0002-board-rockchip-ODROID-M1-override-kernel-DT-for-xhci-otg-dr_mode.patch
function post_config_uboot_target__extra_configs_for_nanopi-r5s() {
function post_config_uboot_target__extra_configs_for_odroid-m1() {
[[ "${BRANCH}" == "edge" || "${BRANCH}" == "current" ]] || return 0
display_alert "u-boot for ${BOARD}" "u-boot: store ENV in SPI, matching Petitboot size/offset" "info"