mirror of https://github.com/armbian/build.git
12 lines
374 B
Plaintext
12 lines
374 B
Plaintext
# Allwinner A20 dual core 1Gb SoC Wifi
|
|
BOARD_NAME="Orange Pi Mini"
|
|
BOARDFAMILY="sun7i"
|
|
BOARD_MAINTAINER=""
|
|
BOOTCONFIG="Orangepi_mini_defconfig"
|
|
KERNEL_TARGET="current,edge,legacy"
|
|
|
|
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 "384"
|
|
}
|