]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
omap5_common: Add optargs variable for kernel command line args
authorTom Rini <trini@ti.com>
Thu, 11 Apr 2013 05:22:10 +0000 (05:22 +0000)
committerTom Rini <trini@ti.com>
Fri, 10 May 2013 12:25:55 +0000 (08:25 -0400)
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

index c21c387cba87d953f410713a22f5e74b6b5edf50..7528f4c0b1603309abe02b380b58f9d441d94902 100644 (file)
        "usbtty=cdc_acm\0" \
        "vram=16M\0" \
        "partitions=" PARTS_DEFAULT "\0" \
+       "optargs=\0" \
        "mmcdev=0\0" \
        "mmcroot=/dev/mmcblk0p2 rw\0" \
        "mmcrootfstype=ext4 rootwait\0" \
        "mmcargs=setenv bootargs console=${console} " \
+               "${optargs} " \
                "vram=${vram} " \
                "root=${mmcroot} " \
                "rootfstype=${mmcrootfstype}\0" \