mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Update Das U-Boot to v2023.07.02
Patch: HACK: mmc: meson-gx: limit to 24MHz
db6738fed9
In my testing the patch is required for stable boot on REV 1.51.
It is not required on REV 1.4, but has no ill effects on boot.
Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
Co-authored-by: Patrick Yavitz <pyavitz@xxxxx.com>
18 lines
481 B
Plaintext
18 lines
481 B
Plaintext
# Amlogic S905Y2 512MB/1GB/2GB/4GB RAM eMMC USB3 WiFi BT
|
|
BOARD_NAME="Radxa Zero"
|
|
BOARDFAMILY="meson-g12a"
|
|
BOARD_MAINTAINER="engineer-80 clee"
|
|
BOOTCONFIG="radxa-zero_config"
|
|
CPUMIN=6660000
|
|
CPUMAX=1800000
|
|
KERNEL_TARGET="current,edge"
|
|
FULL_DESKTOP="yes"
|
|
FORCE_BOOTSCRIPT_UPDATE="yes"
|
|
BOOT_LOGO="desktop"
|
|
ASOUND_STATE="asound.state.radxa-zero"
|
|
BOOT_FDT_FILE="amlogic/meson-g12a-radxa-zero.dtb"
|
|
|
|
# Newer u-boot for the Zero
|
|
BOOTBRANCH_BOARD="tag:v2023.07.02"
|
|
BOOTPATCHDIR="v2023.07.02"
|