commit | fd1a2d7e778f0ca671dacecafc569cded1b32ec6 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Thu Apr 11 13:46:09 2019 -0500 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 25 17:03:25 2019 +0200 |
tree | c94344ad2bbc5bd609eec78cd178cefa51806700 | |
parent | fe258048a4568efa26cf459809851c3bcd61ea7d [diff] |
ARM: imx6q_logic: Allow optional arguments to cmd line This adds an extra, optional environmental variable called 'optargs' which if enabled allow additional parameters to be passed to the kernel (ie, quiet, cma=128M, etc.) Each script that setups the bootargs will just append this. Signed-off-by: Adam Ford <aford173@gmail.com>