From patchwork Fri Oct 9 16:18:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 528302 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 0C0601402A8 for ; Sat, 10 Oct 2015 03:20:19 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EB9364B89E; Fri, 9 Oct 2015 18:20:15 +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 KBKUeRrhzNFR; Fri, 9 Oct 2015 18:20:15 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2C9DB4B8FA; Fri, 9 Oct 2015 18:19:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 83FE54B89C for ; Fri, 9 Oct 2015 18:18: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 W3HubDpBf1Nc for ; Fri, 9 Oct 2015 18:18:43 +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-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by theia.denx.de (Postfix) with ESMTPS id 2A49B4B8AE for ; Fri, 9 Oct 2015 18:18:30 +0200 (CEST) Received: by wicge5 with SMTP id ge5so75283711wic.0 for ; Fri, 09 Oct 2015 09:18:30 -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=J/9O4xCUTgD3/qnutpBq7p4Ch86AWBnF6+9YBifdQoA=; b=FLnCRgXAgw6IAz3yZyxFykKK39EgZDpjGdz6O7nh1fgqU2Vt4UHh0TKSVYSQd5hz5H M4KCwreSvc6hCkOW65D5+/ugbpgKTltNlaN45QM2Rp6M0gPJsbHDYqCo2XsZ464aYE5e GuTmOCdJ25SxIgX8fGF0frHLjXxQb3ba7hcox9C9iWPLSOSrshesbYxrQ4WqZg0RkQbm NqxeBVOPcp43nL+o6kDpEn9t1RoQbVAEX+Rqgv0Gixbwj/IGJ/2j0NB9LraEN55P75hO GPtEbe72lEMQE+hlqrfgWYR1DOx1qC39PNxfpbqVgPMdsMhT1q3vv8oF1LbTDSBtEH9f nk4A== X-Gm-Message-State: ALoCoQl8CzESdDEK3usflYXrSfHYMOFIQVQL4ddD2W+WBSkXZTcDIX5ExMC3cVVAA8myD6+AsiHM X-Received: by 10.180.77.45 with SMTP id p13mr131379wiw.84.1444407510057; Fri, 09 Oct 2015 09:18:30 -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 bf8sm2942173wjc.22.2015.10.09.09.18.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 09 Oct 2015 09:18:29 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Fri, 9 Oct 2015 17:18:08 +0100 Message-Id: <1444407488-32646-11-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1444407488-32646-1-git-send-email-ryan.harkin@linaro.org> References: <1444407488-32646-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH v4 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 --- 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 259f6ac..ef3014d 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -200,7 +200,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 "\