summaryrefslogtreecommitdiff
path: root/configs/mx53loco_defconfig
diff options
context:
space:
mode:
authorEric Benard <eric@eukrea.com>2014-10-20 14:46:15 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-10-25 01:02:07 +0200
commite8d8a37a79ded23b54ef7953a869f4937350aea9 (patch)
tree7eab4f0d0bd8a2549b0dc29d14684da20be9523c /configs/mx53loco_defconfig
parentf688bc980f862f8c03e9756e767a822afc9a5f21 (diff)
mx53loco: update defconfig
- update bootloader to 2014.07 with fslc patches - update kernel to 2.6.35_maintain branch which contains latest fixes - defconfig was then generated by savedefconfig which suppressed and reordered some items which explains the number of lines changed. Tested on an i.MX53 QSB and an i.MX53 QSB-R Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/mx53loco_defconfig')
-rw-r--r--configs/mx53loco_defconfig21
1 files changed, 13 insertions, 8 deletions
diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
index 8b12238cd..942dedf22 100644
--- a/configs/mx53loco_defconfig
+++ b/configs/mx53loco_defconfig
@@ -1,22 +1,27 @@
# Architecture
BR2_arm=y
BR2_cortex_a8=y
-BR2_ARM_FPU_VFPV3D16=y
# System
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="2.6.35"
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_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_2.6.35_11.09.01"
-# filesystem
+# Filesystem
BR2_TARGET_ROOTFS_EXT2=y
+# Bootloader
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="mx53loco"
+BR2_TARGET_UBOOT_CUSTOM_GIT=y
+BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://github.com/Freescale/u-boot-fslc.git"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="e36968af0a033e9d66535928886103370620cb4d"
+BR2_TARGET_UBOOT_FORMAT_IMX=y
+
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_2.6.35_11.09.01"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="b3912bb8a4caf3ec50909135e88af959982c43ca"
BR2_LINUX_KERNEL_DEFCONFIG="imx5"
+BR2_LINUX_KERNEL_ZIMAGE=y