Files
build/config/boards/lime-a64.csc
Rolf Leggewie 94d26351d2 config: change order of preferred kernels
reorder kernel preference in more boards as "current > edge > legacy"
2025-08-21 18:16:18 +08:00

17 lines
583 B
Plaintext

# Allwinner A64 quad core 1GB RAM SoC GBE eMMC Wi-Fi/BT
BOARD_NAME="A64 OLinuXino"
BOARDFAMILY="sun50iw1"
BOARD_MAINTAINER=""
BOOTCONFIG_DEFAULT="sun50iw1p1_config"
BOOTCONFIG="a64-olinuxino_defconfig"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
CRUSTCONFIG="a64_defconfig"
function post_config_uboot_target__extra_configs_for_orangepi_mini() {
display_alert "$BOARD" "set dram clock" "info"
run_host_command_logged scripts/config --set-val CONFIG_DRAM_CLK "624"
run_host_command_logged scripts/config --set-val CONFIG_DRAM_ZQ "3881949"
}