Skip to content

Commit

Permalink
odroidm1: don't copy paste without changing the function name
Browse files Browse the repository at this point in the history
Co-authored-by: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com>
  • Loading branch information
rpardini and ColorfulRhino committed Jul 7, 2024
1 parent 268c2e8 commit ab1e97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/boards/odroidm1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ab1e97c

Please sign in to comment.