]> Git Repo - buildroot-mgba.git/blame - configs/mx53loco_defconfig
Add Armadeus systems APF28 SOM basic support.
[buildroot-mgba.git] / configs / mx53loco_defconfig
CommitLineData
28df1bc7
MB
1# Architecture
2BR2_arm=y
3BR2_cortex_a8=y
6fdc1c3b
PK
4# BR2_SOFT_FLOAT is not set
5BR2_VFP_FLOAT=y
28df1bc7
MB
6
7# System
8BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
9BR2_TARGET_UBOOT=y
10BR2_TARGET_UBOOT_BOARDNAME="mx53_loco"
11BR2_TARGET_UBOOT_CUSTOM_GIT=y
6fdc1c3b 12BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
28df1bc7
MB
13BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="rel_imx_2.6.35_11.09.01"
14
6fdc1c3b
PK
15# filesystem
16BR2_TARGET_ROOTFS_EXT2=y
17
28df1bc7
MB
18# Kernel
19BR2_LINUX_KERNEL=y
20BR2_LINUX_KERNEL_CUSTOM_GIT=y
6fdc1c3b 21BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
28df1bc7
MB
22BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="rel_imx_2.6.35_11.09.01"
23BR2_LINUX_KERNEL_DEFCONFIG="imx5"
This page took 0.100799 seconds and 4 git commands to generate.