From patchwork Mon Oct 19 15:02:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 532365 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 3D56E1402B0 for ; Tue, 20 Oct 2015 02:02:56 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7521E8C335; Mon, 19 Oct 2015 15:02:55 +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 cqlEQyVeJy3X; Mon, 19 Oct 2015 15:02:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id F07408C369; Mon, 19 Oct 2015 15:02:50 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 92C121C11F4 for ; Mon, 19 Oct 2015 15:02:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8A42F8C26D for ; Mon, 19 Oct 2015 15:02:49 +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 DDIoiXqd2gc3 for ; Mon, 19 Oct 2015 15:02:48 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9F8338C05E for ; Mon, 19 Oct 2015 15:02:48 +0000 (UTC) Received: by wicfv8 with SMTP id fv8so10128616wic.0 for ; Mon, 19 Oct 2015 08:02:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Fw5zir6yx/AWPkIuledHDTVCeEWPiUuw90yzFGvWJY4=; b=dwDvdVpi5aqr+gShiSgMo74PaDvM6QERtfq+Z7kI6vaHdR1gT9SM3Jr6BoaTyRLYUr X1QFkApH1Dz5aefM4T+8usNp9dp+Q8vJHlVxCzRoi+BYhryVj6axTqOP7cnWg8gz7aSA AWW32s7uOpmIELCPsANQxEpcqJmpkuK3UCcOSgCLBjODm9ZygI6q+oRGI4k27z+2KH5y n9C4tWK41DEIw9BxTuzHzsPZ7fBzt9VNFi+5/1bPdSSyCh7LjPu5QpA9X7P3qaXQwOhv 98JE+OJIp1TpNXvgevwRpYP75moojXi/XsFvBojbib1iYhkjAjd0V+OT60mba9lHmilD smtw== X-Gm-Message-State: ALoCoQnTGdV2zdhSvNSY6XU6M9QxCl6B2+BB6Zp/U0CDCUOICXGIWBmmUeJXO5A3t992jraTXVBH X-Received: by 10.194.6.161 with SMTP id c1mr39087641wja.152.1445266967191; Mon, 19 Oct 2015 08:02:47 -0700 (PDT) Received: from t450s.lan (89-92-157-132.hfc.dyn.abo.bbox.fr. [89.92.157.132]) by smtp.googlemail.com with ESMTPSA id it4sm40705389wjb.0.2015.10.19.08.02.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 19 Oct 2015 08:02:46 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Mon, 19 Oct 2015 17:02:33 +0200 Message-Id: <1445266954-15149-3-git-send-email-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1445266954-15149-1-git-send-email-gary.bisson@boundarydevices.com> References: <1445266954-15149-1-git-send-email-gary.bisson@boundarydevices.com> Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH 2/3] nitrogen6*_defconfig: switch to zImage X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" As now using zImage/bootz in the 6x_bootscript. Signed-off-by: Gary Bisson --- configs/nitrogen6sx_defconfig | 2 +- configs/nitrogen6x_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/nitrogen6sx_defconfig b/configs/nitrogen6sx_defconfig index 70006d5..3cdf41b 100644 --- a/configs/nitrogen6sx_defconfig +++ b/configs/nitrogen6sx_defconfig @@ -31,7 +31,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # Last version of branch boundary-imx_3.14.28_1.0.0_ga BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/tarball/3417c66/linux-imx6-3417c66.tar.gz" BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x" +BR2_LINUX_KERNEL_ZIMAGE=y BR2_LINUX_KERNEL_INSTALL_TARGET=y -BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x80008000" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sx-nitrogen6sx" diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig index 51c5161..cffbc25 100644 --- a/configs/nitrogen6x_defconfig +++ b/configs/nitrogen6x_defconfig @@ -31,7 +31,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # Last version of branch boundary-imx_3.14.28_1.0.0_ga BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/tarball/3417c66/linux-imx6-3417c66.tar.gz" BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x" +BR2_LINUX_KERNEL_ZIMAGE=y BR2_LINUX_KERNEL_INSTALL_TARGET=y -BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-nit6xlite imx6dl-nitrogen6_vm imx6dl-nitrogen6x imx6q-nitrogen6x imx6q-nitrogen6_max imx6q-sabrelite"