mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
# Allwinner A20 dual core 1Gb SoC 1xSATA Switch
|
|
BOARD_NAME="Lamobo R1"
|
|
BOARDFAMILY="sun7i"
|
|
BOARD_MAINTAINER=""
|
|
BOOTCONFIG="Lamobo_R1_defconfig"
|
|
KERNEL_TARGET="current,edge"
|
|
|
|
function post_config_uboot_target__extra_configs_for_lamobo_r1() {
|
|
display_alert "$BOARD" "set dram clock" "info"
|
|
run_host_command_logged scripts/config --set-val CONFIG_DRAM_CLK "384"
|
|
}
|