From: Sricharan R <r.sricharan@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] omap5_common: Add optargs variable for kernel command line args
Date: Mon, 15 Apr 2013 12:40:19 +0530 [thread overview]
Message-ID: <516BA7DB.6040503@ti.com> (raw)
In-Reply-To: <1365693730-2330-1-git-send-email-trini@ti.com>
On Thursday 11 April 2013 08:52 PM, Tom Rini wrote:
> Add 'optargs' variable to be set to additional kernel arguments, similar
> to omap3*/am3* usage.
>
> Cc: Sricharan R <r.sricharan@ti.com>
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
> include/configs/omap5_common.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h
> index 2751627..5384a55 100644
> --- a/include/configs/omap5_common.h
> +++ b/include/configs/omap5_common.h
> @@ -150,10 +150,12 @@
> "usbtty=cdc_acm\0" \
> "vram=16M\0" \
> "partitions=" PARTS_DEFAULT "\0" \
> + "optargs=\0" \
> "mmcdev=0\0" \
> "mmcroot=/dev/mmcblk0p2 rw\0" \
> "mmcrootfstype=ext3 rootwait\0" \
> "mmcargs=setenv bootargs console=${console} " \
> + "${optargs} " \
Sorry, what is this used for ?
Regards,
Sricharan
next prev parent reply other threads:[~2013-04-15 7:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-11 15:22 [U-Boot] [PATCH] omap5_common: Add optargs variable for kernel command line args Tom Rini
2013-04-15 7:10 ` Sricharan R [this message]
2013-04-15 12:14 ` Tom Rini
2013-04-29 20:21 ` [U-Boot] " Tom Rini
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=516BA7DB.6040503@ti.com \
--to=r.sricharan@ti.com \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.