armbian-build/config/sources/toradex.conf.disabled
2016-06-13 22:25:46 +03:00

25 lines
490 B
Plaintext

BOOTLOADER='git://git.toradex.com/u-boot-toradex.git'
BOOTBRANCH='2015.04-toradex'
BOOTSOURCE='u-boot-toradex'
LINUXKERNEL='git://git.toradex.com/linux-toradex.git'
KERNELBRANCH='toradex_imx_3.14.28_1.0.0_ga'
LINUXSOURCE='linux-toradex'
# CPUMIN=
# CPUMAX=
GOVERNOR=ondemand
UBOOT_FILES=""
write_uboot_platform()
{
display_alert "Function not implemented" "write_uboot_platform" "wrn"
}
install_boot_script()
{
display_alert "Function not implemented" "install_boot_script" "wrn"
}