commit | 2f21887424d113885bc6338c4c250c5446443c32 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jan 03 08:52:39 2018 -0500 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jan 12 14:28:04 2018 +0100 |
tree | 790158bd5575bd65f115716b747a789d31872ced | |
parent | 3d7aa684d8705bc7b83574ccfc25970373ecac7a [diff] |
arm: imx: Rework i.MX specific commands to be excluded from SPL The "clocks" and "bootaux" commands are only usable in full U-Boot, not SPL, so do not link them inside of SPL. Rework a little of the bootaux related code to make use of __weak and declare parts of it static as it's local to the file. Cc: Stefano Babic <sbabic@denx.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>