From patchwork Thu Oct 1 17:43:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 525214 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 91CA4140D6F for ; Fri, 2 Oct 2015 03:45:34 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 004E34B9B8; Thu, 1 Oct 2015 19:44:43 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tzCwggpF6FE4; Thu, 1 Oct 2015 19:44:42 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 466554B9E2; Thu, 1 Oct 2015 19:44:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2E4604B9D5 for ; Thu, 1 Oct 2015 19:44:12 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nZ2H2Ww3tLWC for ; Thu, 1 Oct 2015 19:44:12 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by theia.denx.de (Postfix) with ESMTPS id 707EB4B9A4 for ; Thu, 1 Oct 2015 19:43:55 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so1440532wic.1 for ; Thu, 01 Oct 2015 10:43:55 -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=svfxGQloznlI7hCQcQwtB5Pfg+EX+gSbUxU4m8Gsp+c=; b=Fhp+G+Lnqi9dDN2CdmSXSS/USCwYp8fNHZJhd3RxSn3NROU0dnZOGbzIjXCe/+FPNP PWsPZJMyqi7OER5OY+MBEiCVx9ibAShRS5Nk0Mtq0o2PmCr3Yj92mWG+h0X460mUBKMA gt1lc5NS7n8C42xJiJEDmhICJnjMMyOHnECCqRC7uoOUZ2w9e/ROqwtWpie4hj4kyFJ3 Cr6/MBu95uP3QPz7bbZH2O40gke4X1P/v/LemkTTUkUx9w5LMYBkC5WVFvLthkvyqZG8 R1dw/lxxE+c/FJLdE3U0IPW5eR5W9C/sWV/GzXl7H9qUHj7EEN2XdcoVmW3USwckBmVu jskw== X-Gm-Message-State: ALoCoQk1dPtxshdYEfVx74jZPlbEDi3n0UK92DL5jToO3+LPlap2UX2s4wHY43B60gi+PvX7qXrm X-Received: by 10.194.112.162 with SMTP id ir2mr13303093wjb.40.1443721435167; Thu, 01 Oct 2015 10:43:55 -0700 (PDT) Received: from localhost.localdomain (82-69-54-187.dsl.in-addr.zen.co.uk. [82.69.54.187]) by smtp.gmail.com with ESMTPSA id xt1sm7198426wjb.32.2015.10.01.10.43.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Oct 2015 10:43:54 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Thu, 1 Oct 2015 18:43:36 +0100 Message-Id: <1443721416-725-11-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1443721416-725-1-git-send-email-ryan.harkin@linaro.org> References: <1443721416-725-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH v3 10/10] vexpress64: juno: use /dev/sda2 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This patch changes the default "root=" parameter to "/dev/sda2". Many linux based distros use /dev/sda1 for their boot partition; this is often not a rootfs that can be used by the "root=" parameter. Linaro images use /dev/sda1 as a boot partition, although this of a different nature to a distro image. Linaro uses /dev/sda2 for the rootfs partition. Signed-off-by: Ryan Harkin Reviewed-by: Linus Walleij CC: David Feng CC: Bhupesh Sharma CC: Linus Walleij --- include/configs/vexpress_aemv8a.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index 192568a..4054f58 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -198,7 +198,7 @@ /* Assume we boot with root on the first partition of a USB stick */ #define CONFIG_BOOTARGS "console=ttyAMA0,115200n8 " \ - "root=/dev/sda1 rw " \ + "root=/dev/sda2 rw " \ "rootwait "\ "earlyprintk=pl011,0x7ff80000 debug "\ "user_debug=31 "\