commit | 4760c8f93c80ef9cb83b50ef2db113fa6775bdd5 | [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 | bf3fafe07dd3c33208496d7bf2bf0e795d8882fc [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>