]> Git Repo - buildroot-mgba.git/blame - configs/nitrogen6x_defconfig
linux: drop the option to use the same version as that of the headers
[buildroot-mgba.git] / configs / nitrogen6x_defconfig
CommitLineData
913b9165
PK
1# architecture
2BR2_arm=y
3BR2_cortex_a9=y
4
5# system
6BR2_TARGET_GENERIC_GETTY=y
7BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
8BR2_ROOTFS_POST_BUILD_SCRIPT="board/boundarydevices/nitrogen6x/post-build.sh"
7df1e23c
GB
9BR2_ROOTFS_POST_IMAGE_SCRIPT="board/boundarydevices/nitrogen6x/post-image.sh"
10BR2_PACKAGE_HOST_GENIMAGE=y
5140658c 11BR2_PACKAGE_HOST_UBOOT_TOOLS=y
913b9165
PK
12
13# filesystem
14BR2_TARGET_ROOTFS_EXT2=y
7df1e23c 15BR2_TARGET_ROOTFS_EXT2_4=y
913b9165 16
2b8937f2
PK
17# Lock headers to match kernel
18BR2_KERNEL_HEADERS_VERSION=y
b8e9b975
GB
19BR2_DEFAULT_KERNEL_VERSION="3.14.28"
20BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
2b8937f2 21
913b9165
PK
22# bootloader
23BR2_TARGET_UBOOT=y
184850a4 24BR2_TARGET_UBOOT_BOARDNAME="nitrogen6q"
844c52ec 25BR2_TARGET_UBOOT_FORMAT_IMX=y
f85b682a 26BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
b8e9b975 27# Last version of branch boundary-v2015.07
5e51be2e 28BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/a4070a8/u-boot-a4070a8.tar.gz"
913b9165
PK
29
30# kernel
31BR2_LINUX_KERNEL=y
f85b682a 32BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
b8e9b975 33# Last version of branch boundary-imx_3.14.28_1.0.0_ga
9f181872 34BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/tarball/f4c8395/linux-imx6-f4c8395.tar.gz"
5e51be2e 35BR2_LINUX_KERNEL_DEFCONFIG="boundary"
e4ca7850 36BR2_LINUX_KERNEL_ZIMAGE=y
913b9165 37BR2_LINUX_KERNEL_INSTALL_TARGET=y
d8bbfe75 38BR2_LINUX_KERNEL_DTS_SUPPORT=y
82c76fbf 39BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-nit6xlite imx6dl-nitrogen6_vm imx6dl-nitrogen6x imx6q-nitrogen6x imx6q-nitrogen6_max imx6q-sabrelite"
This page took 0.277835 seconds and 4 git commands to generate.