From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Eric=20B=C3=A9nard?= Date: Mon, 20 Oct 2014 09:38:12 +0200 Subject: [Buildroot] [PATCH 1/2] mx53loco: update support Message-ID: <1413790693-8281-1-git-send-email-eric@eukrea.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net - 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 --- configs/mx53loco_defconfig | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index 8b12238..6e59e5b 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -1,22 +1,16 @@ -# Architecture BR2_arm=y BR2_cortex_a8=y -BR2_ARM_FPU_VFPV3D16=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_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 -BR2_TARGET_ROOTFS_EXT2=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="imx_2.6.35_maintain" BR2_LINUX_KERNEL_DEFCONFIG="imx5" +BR2_LINUX_KERNEL_ZIMAGE=y +BR2_TARGET_ROOTFS_EXT2=y +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-imx.git" +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="patches-2014.07" +BR2_TARGET_UBOOT_FORMAT_IMX=y -- 2.1.1