mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user