commit | b4b9814f1c737d175213b85c5bf1cab0806e2a73 | [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 | 08cc52abc9a5a6900af908a59cbaf8b1acfc88d2 [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>