commit | e745fb9de7f54243b5b73b96efd7f9f08a9c78e1 | [log] [tgz] |
---|---|---|
author | Allen Martin <amartin@nvidia.com> | Fri Aug 31 08:30:05 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:21 2012 +0200 |
tree | c63e0bb8c1a32abd543f59d2ae6f9ca1736eb203 | |
parent | 8a0eea8c2af5c0bf25c196d31a6b3b1b4e054774 [diff] |
mkconfig: remove bashisms and cleanup config.mk generation This adds some cleanup to mkconfig related to SPL support. Bash specific script has been replaced with awk for better shell compatibility. config.mk generation is done through a subshell and single redirect to improve readability. Signed-off-by: Allen Martin <amartin@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>