From patchwork Thu Jun 12 23:27:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 359398 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 E41601400F0 for ; Fri, 13 Jun 2014 09:27:21 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2E0CE8AE3E; Thu, 12 Jun 2014 23:27:21 +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 fEnHnnS1kuQ2; Thu, 12 Jun 2014 23:27:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id A43918AD50; Thu, 12 Jun 2014 23:27:20 +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 9AB001BFA25 for ; Thu, 12 Jun 2014 23:27:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 914968C46B for ; Thu, 12 Jun 2014 23:27:19 +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 4VdKl0tlklrR for ; Thu, 12 Jun 2014 23:27:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0D9648C42B for ; Thu, 12 Jun 2014 23:27:19 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id fp1so1460776pdb.10 for ; Thu, 12 Jun 2014 16:27:18 -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=WLBElyn8w4nWk9uHiCssIrkoMcHmo02Rx4w9+6Go6LE=; b=ewqffxToYe/oYIwWN1XN3onf8AsWeucrZ5TaJMveyeIsoIqmKfVW1exppUwrHjn1OA ixoNma2XpfsICUjv652jLMY+J+hBiWz4u+/7KsS4hqBq/SHoauQtbQEXoMWFZGOf1srY I+DJcPRFfHdORfJgiyBQeGJgKq9HURuSBXScjip22UAaHvPxTRZz+1SKBj235Xu4VDPx rWgIA630/mbnE5ea/bgTPd4HulqTEvUzbPLmw4QfGU9DG6kA/tEP2ToSULqzrSdH/gvM Za536eYAa4OBxKEpBaTAgvpHnl+fsZ+JDnUjRua4weXgxeZGUtSfMMiWsW3W8zDaSDkg W3Zg== X-Received: by 10.68.181.67 with SMTP id du3mr16287167pbc.96.1402615638791; Thu, 12 Jun 2014 16:27:18 -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 ia2sm96296pbb.32.2014.06.12.16.27.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Jun 2014 16:27:18 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Thu, 12 Jun 2014 16:27:08 -0700 Message-Id: <1402615628-21508-1-git-send-email-bisson.gary@gmail.com> X-Mailer: git-send-email 2.0.0 Cc: Gary Bisson Subject: [Buildroot] [PATCH] imx6sololiteevk: 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_imx6sololiteevk_defconfig | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/configs/freescale_imx6sololiteevk_defconfig b/configs/freescale_imx6sololiteevk_defconfig index 997d44f..f8ecc7b 100644 --- a/configs/freescale_imx6sololiteevk_defconfig +++ b/configs/freescale_imx6sololiteevk_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="imx6s" +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="imx6sl-evk" # filesystem BR2_TARGET_ROOTFS_EXT2=y # bootloader BR2_TARGET_UBOOT=y -BR2_TARGET_UBOOT_BOARDNAME="mx6sl_evk" +BR2_TARGET_UBOOT_BOARDNAME="mx6slevk" +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"