From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sricharan R Date: Mon, 15 Apr 2013 12:40:19 +0530 Subject: [U-Boot] [PATCH] omap5_common: Add optargs variable for kernel command line args In-Reply-To: <1365693730-2330-1-git-send-email-trini@ti.com> References: <1365693730-2330-1-git-send-email-trini@ti.com> Message-ID: <516BA7DB.6040503@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Signed-off-by: Tom Rini > --- > 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