odroidhc4: u-boot: bump to v2025.10; enable BTRFS support
This commit is contained in:
parent
1f315c7819
commit
171f69fa2f
@ -12,8 +12,8 @@ BOOT_FDT_FILE="amlogic/meson-sm1-odroid-hc4.dtb"
|
||||
PACKAGE_LIST_BOARD="lm-sensors fancontrol" # SPI, sensors, manual fan control via 'pwmconfig'
|
||||
|
||||
# Newer u-boot for the HC4. There's patches in `board_odroidhc4` for the defconfigs used in the UBOOT_TARGET_MAP below.
|
||||
BOOTBRANCH_BOARD="tag:v2025.04"
|
||||
BOOTPATCHDIR="v2025.04"
|
||||
BOOTBRANCH_BOARD="tag:v2025.10"
|
||||
BOOTPATCHDIR="v2025.10"
|
||||
|
||||
# We build u-boot twice: C4 config for SD cards, and HC4 (with SATA/PCI/SPI) config for SPI.
|
||||
UBOOT_TARGET_MAP="
|
||||
@ -59,6 +59,9 @@ function post_config_uboot_target__extra_configs_for_odroid_hc4() {
|
||||
run_host_command_logged scripts/config --enable CONFIG_SYS_I2C_MESON
|
||||
run_host_command_logged scripts/config --enable CONFIG_CMD_I2C
|
||||
|
||||
display_alert "u-boot for ${BOARD}/${BRANCH}" "u-boot: enable more filesystems support" "info"
|
||||
run_host_command_logged scripts/config --enable CONFIG_CMD_BTRFS
|
||||
|
||||
display_alert "u-boot for ${BOARD}" "u-boot: enable more compression support" "info"
|
||||
run_host_command_logged scripts/config --enable CONFIG_LZO
|
||||
run_host_command_logged scripts/config --enable CONFIG_BZIP2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user