summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-03-01 14:05:41 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-03-01 14:05:41 +0100
commit7a58ed7317573f23da2e2ad822003705db85a58f (patch)
treea8ff3dd8f4c40c5d875cc884e79cb5a04e92540b /configs
parent9fc43591447c8c8c61843f1f537660855b6d049b (diff)
parent97165f123bd67b8d1a9a0a3bb41f2c4b8475156d (diff)
Merge branch 'next'
Diffstat (limited to 'configs')
-rw-r--r--configs/mx53loco_defconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
new file mode 100644
index 000000000..ff3948b27
--- /dev/null
+++ b/configs/mx53loco_defconfig
@@ -0,0 +1,23 @@
+# Architecture
+BR2_arm=y
+BR2_cortex_a8=y
+# BR2_SOFT_FLOAT is not set
+BR2_VFP_FLOAT=y
+
+# System
+BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="mx53_loco"
+BR2_TARGET_UBOOT_CUSTOM_GIT=y
+BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
+BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="rel_imx_2.6.35_11.09.01"
+
+# filesystem
+BR2_TARGET_ROOTFS_EXT2=y
+
+# Kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="rel_imx_2.6.35_11.09.01"
+BR2_LINUX_KERNEL_DEFCONFIG="imx5"