From patchwork Thu Jun 12 23:25:51 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 359397 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 479701400EA for ; Fri, 13 Jun 2014 09:26:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8968C8AEF7; Thu, 12 Jun 2014 23:26:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id da7z1J9XIrJ1; Thu, 12 Jun 2014 23:26:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id BBD908AD1F; Thu, 12 Jun 2014 23:26:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id EFF251BFA25 for ; Thu, 12 Jun 2014 23:26:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EA54A8C42B for ; Thu, 12 Jun 2014 23:26:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ccX8JjaAV8Q4 for ; Thu, 12 Jun 2014 23:26:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7C3DA8C3F6 for ; Thu, 12 Jun 2014 23:26:05 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id w10so1456275pde.14 for ; Thu, 12 Jun 2014 16:26:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=dTLIg1Dj14wXJ/NU2NgoOTGNWFEuSoBPs4qHIh4c1iE=; b=WbojCDi9+H53mbtr7S/s76GhWUJUv1QhHSmhoflGe+FrOFmoumcSkAtBulNFGhyx5b QPRgV7SOTfixGqSOnOHY2nVdQiH+JAIvWEpQ0sX2DXdhwe+WqOECmscVRhLQowNqaPdq rpm8EYVcM93fT3+LhKORCLSnAXcbsQ5uC8fkc81Z87cDfnGlxY0NF24hjV2xRpiZVb12 GPFfAUI+3aNpNkCkwT78xLpffbtOY/fni1368zQVT8kbr2kPW+Msd6R7ny1MJJUqEo/3 34+vmcpkCiCXt+Yoj+U0Ti1bWxTGYKH9Oq1ARxmK+Tb5YLN4cPeIvW6jUf7qHCrLDTOi fuMQ== X-Received: by 10.66.136.131 with SMTP id qa3mr24355290pab.77.1402615564974; Thu, 12 Jun 2014 16:26:04 -0700 (PDT) Received: from N5520.adeneo-embedded.us (173-10-76-58-BusName-Washington.hfc.comcastbusiness.net. [173.10.76.58]) by mx.google.com with ESMTPSA id wp3sm79350pbc.67.2014.06.12.16.26.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Jun 2014 16:26:04 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Thu, 12 Jun 2014 16:25:51 -0700 Message-Id: <1402615551-21352-1-git-send-email-bisson.gary@gmail.com> X-Mailer: git-send-email 2.0.0 Cc: Gary Bisson Subject: [Buildroot] [PATCH] imx6sabresd: bump kernel version to 3.10.17 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gary Bisson --- configs/freescale_imx6sabresd_defconfig | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/configs/freescale_imx6sabresd_defconfig b/configs/freescale_imx6sabresd_defconfig index 368e00b..16e4d0b 100644 --- a/configs/freescale_imx6sabresd_defconfig +++ b/configs/freescale_imx6sabresd_defconfig @@ -9,15 +9,19 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0" 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_3.0.35_4.1.0" -BR2_LINUX_KERNEL_DEFCONFIG="imx6" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.10.17_1.0.0_ga" +BR2_LINUX_KERNEL_DEFCONFIG="imx_v7" +BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000" +BR2_LINUX_KERNEL_DTS_SUPPORT=y +BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd" # filesystem BR2_TARGET_ROOTFS_EXT2=y # bootloader BR2_TARGET_UBOOT=y -BR2_TARGET_UBOOT_BOARDNAME="mx6q_sabresd" +BR2_TARGET_UBOOT_BOARDNAME="mx6qsabresd" +BR2_TARGET_UBOOT_FORMAT_IMX=y 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_3.0.35_4.1.0" +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.10.17_1.0.0_ga"