From: vwadekar@nvidia.com (Varun Wadekar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] dts: tegra-ventana: use proper root instead of /dev/ram
Date: Mon, 14 Nov 2011 11:40:32 +0530 [thread overview]
Message-ID: <1321251032-5461-1-git-send-email-vwadekar@nvidia.com> (raw)
the root file system on ventana resides on /dev/mmcblk0p1.
update the dts file to use the proper root instead of /dev/ram.
Original-author: Pritesh Raithatha <praithatha@nvidia.com>
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
---
arch/arm/boot/dts/tegra-ventana.dts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/boot/dts/tegra-ventana.dts b/arch/arm/boot/dts/tegra-ventana.dts
index 9b29a62..5f7fe74 100644
--- a/arch/arm/boot/dts/tegra-ventana.dts
+++ b/arch/arm/boot/dts/tegra-ventana.dts
@@ -8,7 +8,7 @@
compatible = "nvidia,ventana", "nvidia,tegra20";
chosen {
- bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/ram rdinit=/sbin/init";
+ bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk0p1 rw rootwait";
};
memory {
--
1.7.1
next reply other threads:[~2011-11-14 6:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-14 6:10 Varun Wadekar [this message]
2011-11-14 16:49 ` [PATCH] dts: tegra-ventana: use proper root instead of /dev/ram Stephen Warren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1321251032-5461-1-git-send-email-vwadekar@nvidia.com \
--to=vwadekar@nvidia.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).