* [PATCH] dts: tegra-ventana: use proper root instead of /dev/ram
@ 2011-11-14 6:10 Varun Wadekar
2011-11-14 16:49 ` Stephen Warren
0 siblings, 1 reply; 2+ messages in thread
From: Varun Wadekar @ 2011-11-14 6:10 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] dts: tegra-ventana: use proper root instead of /dev/ram
2011-11-14 6:10 [PATCH] dts: tegra-ventana: use proper root instead of /dev/ram Varun Wadekar
@ 2011-11-14 16:49 ` Stephen Warren
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2011-11-14 16:49 UTC (permalink / raw)
To: linux-arm-kernel
Varun Wadekar wrote at Sunday, November 13, 2011 11:11 PM:
> the root file system on ventana resides on /dev/mmcblk0p1.
"The" should be capitalized.
> 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>
If Pritesh did write this, and you didn't significantly rewrite it, you
should probably re-send this after fixing the authorship information in
git; that way "git format-patch" will emit a "From" line with Pritesh's
information into the email body, so that the author field is set correctly
when this is merged. Assuming this is the most recent commit in your branch,
you'd do:
git commit --amend --author='Pritesh Raithatha <praithatha@nvidia.com>'
(although I also wonder why Pritesh didn't sign it off)
The content of the patch seems fine to me.
--
nvpublic
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-14 16:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 6:10 [PATCH] dts: tegra-ventana: use proper root instead of /dev/ram Varun Wadekar
2011-11-14 16:49 ` Stephen Warren
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).