From patchwork Wed Sep 23 17:25:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 521791 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 EFF5D1401DE for ; Thu, 24 Sep 2015 03:28:05 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F04B44B952; Wed, 23 Sep 2015 19:27:53 +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 g0pzxFp1gCIA; Wed, 23 Sep 2015 19:27:53 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DFB8C4B941; Wed, 23 Sep 2015 19:27:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 357284B95D for ; Wed, 23 Sep 2015 19:27:46 +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 K-QJuBqO-wfM for ; Wed, 23 Sep 2015 19:27:46 +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-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by theia.denx.de (Postfix) with ESMTPS id 08A324B62C for ; Wed, 23 Sep 2015 19:27:27 +0200 (CEST) Received: by padhy16 with SMTP id hy16so46145906pad.1 for ; Wed, 23 Sep 2015 10:27:26 -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=03YVeuPE2P8r+AUDVJSlqz3ewjONlK0fi5QEhsS66qU=; b=TAVSRLEOVXRGSH16cf1GX24weRAHilXyzEeU+rqVbkd+mIJR/mg1Cn+xZ1P1qoq7bG N3mWq5D7OW+VlwqVIiw9S+Ye0suGan54JnK3Kktg+67fm9wj/cipamhF4xDyq8IADaci 5iglDZQh0YzS+wLx2uTlp5RI7nOE7kcTaVuLiri+66PA+OsWEGRyJ1ktYJMrsRYySBbg jCHdR7sdD/NgXrhYsUquAK+XqwqEimSi3NGYAjbITVxqXfmZoSQMoFHZbxbHtPqPNjia iwmzlhbFDao47PkjZ96GYZDoLf3HPEmTtx7CdzbeN5s2x/N4t1VAmXxkxu5HxMGmjrsg NDsw== X-Gm-Message-State: ALoCoQnB/YsP7M5pQpg4kUWjqnoUkId+vEDAONTkeOBhox9GlkypSAQE/99/tj1skFXXBQMHlgTw X-Received: by 10.67.22.169 with SMTP id ht9mr38965280pad.35.1443029246577; Wed, 23 Sep 2015 10:27:26 -0700 (PDT) Received: from localhost.localdomain ([70.35.39.2]) by smtp.gmail.com with ESMTPSA id fm5sm9061765pab.24.2015.09.23.10.27.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 23 Sep 2015 10:27:26 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Wed, 23 Sep 2015 10:25:43 -0700 Message-Id: <1443029143-22313-12-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1443029143-22313-1-git-send-email-ryan.harkin@linaro.org> References: <1443029143-22313-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH 11/11] 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 "\