]> Git Repo - buildroot-mgba.git/blame - configs/freescale_imx6dlsabreauto_defconfig
configs/raspberrypi3_64: remove upstream device-tree blob
[buildroot-mgba.git] / configs / freescale_imx6dlsabreauto_defconfig
CommitLineData
aacbdd13
VS
1# architecture
2BR2_arm=y
3BR2_cortex_a9=y
c9df2b3e
FE
4BR2_ARM_ENABLE_NEON=y
5BR2_ARM_ENABLE_VFP=y
6BR2_ARM_FPU_VFPV3=y
aacbdd13
VS
7
8# patches
9BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
10
9c64575b
SV
11# Linux headers same as kernel, a 5.10 series
12BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
aacbdd13
VS
13
14# system
15BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3"
16
17# kernel
18BR2_LINUX_KERNEL=y
30668cf9
JO
19BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
20BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,nxp-imx,linux-imx,lf-5.10.y-1.0.0)/linux-imx-lf-5.10.y-1.0.0.tar.gz"
aacbdd13 21BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
aacbdd13
VS
22BR2_LINUX_KERNEL_DTS_SUPPORT=y
23BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-sabreauto"
1dbc0dad 24BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
aacbdd13
VS
25
26# filesystem
e3f64758 27BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
aacbdd13 28BR2_TARGET_ROOTFS_EXT2=y
c32f1ecf 29BR2_TARGET_ROOTFS_EXT2_4=y
aacbdd13 30
9e768aa1
GS
31# required tools to create the microSD image
32BR2_PACKAGE_HOST_DOSFSTOOLS=y
33BR2_PACKAGE_HOST_GENIMAGE=y
34BR2_PACKAGE_HOST_MTOOLS=y
35
aacbdd13
VS
36# bootloader
37BR2_TARGET_UBOOT=y
38BR2_TARGET_UBOOT_BOARDNAME="mx6dlsabreauto"
39BR2_TARGET_UBOOT_FORMAT_IMX=y
30668cf9
JO
40BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
41BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,nxp-imx,uboot-imx,lf-5.10.y-1.0.0)/uboot-imx-lf-5.10.y-1.0.0.tar.gz"
770a7560 42BR2_TARGET_UBOOT_NEEDS_DTC=y
This page took 0.796352 seconds and 4 git commands to generate.