commit | 476e16e87e2e554627bcd771f8e557f7be3ca1f3 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Jan 04 11:51:24 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 20 09:15:24 2017 -0500 |
tree | 5c6c8b1e47a71363d6beb369872b477eed243f39 | |
parent | c2e7e72bb9f0cb47d024997b381cb64786eb5402 [diff] |
ARM: omap3_logic: Refactor Boot Environmental variables Some scripts are calling the same functions, so these changes consolidate common scripts together to reduce redundancy and shrink size a bit. This also keeps the 'bootargs' variable from growing if manually called more than one time. This also adds NAND booting scripts based on newly consolidated scripts. Signed-off-by: Adam Ford <aford173@gmail.com>