Skip to content

Commit

Permalink
odroidm1: remove custom blobs, use defaults; bump u-boot 2024.04-rc3 …
Browse files Browse the repository at this point in the history
…to 2024.04 final
  • Loading branch information
rpardini committed Jun 30, 2024
1 parent 1c712d2 commit 3215bf9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config/boards/odroidm1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ IMAGE_PARTITION_TABLE="gpt"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"

BOOTBRANCH_BOARD="tag:v2024.04-rc3"
BOOTBRANCH_BOARD="tag:v2024.04"
BOOTPATCHDIR="v2024.04"

BOOTCONFIG="odroid-m1-rk3568_defconfig"
BOOTDIR="u-boot-${BOARD}" # do not share u-boot directory

# Newer blobs...
DDR_BLOB="rk35/rk3568_ddr_1560MHz_v1.18.bin"
BL31_BLOB="rk35/rk3568_bl31_v1.43.elf"

# The overlays for this board are prefixed by 'rockchip-rk3568-hk' (see for example patch/kernel/archive/rockchip64-6.x/overlay/rockchip-rk3328-i2c0.dts)
OVERLAY_PREFIX="rockchip-rk3568-hk"

Expand Down Expand Up @@ -82,7 +78,7 @@ function post_family_tweaks__config_odroidm1_fwenv() {
display_alert "Creating network rename rule for Odroid M1"
mkdir -p "${SDCARD}"/etc/udev/rules.d/
cat <<- EOF > "${SDCARD}"/etc/udev/rules.d/70-rename-lan.rules
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", KERNEL=="end*", NAME="eth0"
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", KERNEL=="end*", NAME="eth0"
EOF

}

0 comments on commit 3215bf9

Please sign in to comment.