From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.visioncatalog.de ([217.6.246.34] helo=root.phytec.de) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XSQzS-0003uC-86 for barebox@lists.infradead.org; Fri, 12 Sep 2014 13:34:19 +0000 Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by root.phytec.de (Postfix) with ESMTP id B5E6AA00484 for ; Fri, 12 Sep 2014 15:33:56 +0200 (CEST) From: Christian Hemp Date: Fri, 12 Sep 2014 15:33:39 +0200 Message-Id: <1410528827-12722-2-git-send-email-c.hemp@phytec.de> In-Reply-To: <1410528827-12722-1-git-send-email-c.hemp@phytec.de> References: <1410528827-12722-1-git-send-email-c.hemp@phytec.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 02/10] dts:imx6q:pcaaxl3: Add oftree partition to nand To: barebox@lists.infradead.org Add oftree partiton to nand. Signed-off-by: Christian Hemp --- arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi b/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi index 45f3669..78c3334 100644 --- a/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi +++ b/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi @@ -144,13 +144,18 @@ }; partition@2 { - label = "kernel"; - reg = <0x420000 0x800000>; + label = "oftree"; + reg = <0x420000 0x20000>; }; partition@3 { + label = "kernel"; + reg = <0x440000 0x800000>; + }; + + partition@4 { label = "root"; - reg = <0xC20000 0x0>; + reg = <0xC40000 0x0>; }; }; -- 1.7.0.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox