commit | df09a199f6b2346e754ce4413e6b266f48d0ede2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Dec 22 12:19:22 2017 -0500 |
committer | Marek Vasut <marex@denx.de> | Tue Jan 09 12:38:55 2018 +0100 |
tree | 7ca8e73a00975bbb5698f2fb9884bff4ab94a1a9 | |
parent | 86283e8e2300f6b0aef9f3bf54ee063cf856ec22 [diff] |
arm: socfpga: Guard commands with CONFIG_SPL_BUILD tests In order for these commands to not be included in SPL we need to guard compilation with CONFIG_SPL_BUILD checks. Reorganize some sections of code slightly in order to avoid new warnings and mark the command functions as static as they should have been before. Cc: Marek Vasut <marex@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>