Files
build/config/boards/lamobo-r1.eos

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"
}