mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
# Allwinner A20 dual core 1Gb SoC Wifi USB hub
|
|
BOARD_NAME="Orange Pi"
|
|
BOARDFAMILY="sun7i"
|
|
BOARD_MAINTAINER=""
|
|
BOOTCONFIG="Orangepi_defconfig"
|
|
KERNEL_TARGET="legacy,current,edge"
|
|
|
|
function post_config_uboot_target__extra_configs_for_orangepi() {
|
|
display_alert "$BOARD" "set dram clock" "info"
|
|
run_host_command_logged scripts/config --set-val CONFIG_DRAM_CLK "384"
|
|
}
|