]> Git Repo - buildroot-mgba.git/blob - configs/nitrogen6x_defconfig
nitrogen6x: get rid of ext2 rev 1 notice now we can create it directly instead
[buildroot-mgba.git] / configs / nitrogen6x_defconfig
1 # architecture
2 BR2_arm=y
3 BR2_cortex_a9=y
4
5 # system
6 BR2_TARGET_GENERIC_GETTY=y
7 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
8 BR2_ROOTFS_POST_BUILD_SCRIPT="board/boundarydevices/nitrogen6x/post-build.sh"
9
10 # filesystem
11 BR2_TARGET_ROOTFS_EXT2=y
12 BR2_TARGET_ROOTFS_EXT2_2r1=y
13
14 # bootloader
15 BR2_TARGET_UBOOT=y
16 BR2_TARGET_UBOOT_BOARDNAME="nitrogen6q"
17 BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
18 BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/7176d07/u-boot-7176d07.tar.gz"
19
20 # kernel
21 BR2_LINUX_KERNEL=y
22 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
23 BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/linux-imx6/tarball/2dc5560/linux-imx6-2dc5560.tar.gz"
24 BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x"
25 BR2_LINUX_KERNEL_INSTALL_TARGET=y
This page took 0.028443 seconds and 4 git commands to generate.