commit | 3d37e62c4c48f3e4339532f84df2a239ff9e1300 | [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 | 6efca85285b1c6c3e74b72276a8392e2f30b85d6 [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>