Skip to content

Commit ab1e97c

Browse files
odroidm1: don't copy paste without changing the function name
Co-authored-by: ColorfulRhino <[email protected]>
1 parent 268c2e8 commit ab1e97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/boards/odroidm1.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function post_family_tweaks__config_odroidm1_fwenv() {
8484

8585
# A better equivalent to patching a defconfig, do changes to .config via code.
8686
# 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
87-
function post_config_uboot_target__extra_configs_for_nanopi-r5s() {
87+
function post_config_uboot_target__extra_configs_for_odroid-m1() {
8888
[[ "${BRANCH}" == "edge" || "${BRANCH}" == "current" ]] || return 0
8989

9090
display_alert "u-boot for ${BOARD}" "u-boot: store ENV in SPI, matching Petitboot size/offset" "info"

0 commit comments

Comments
 (0)