commit | 5c5199349987b2f931f9ae57da62d7b304f9ee32 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Dec 15 16:48:55 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 19 12:26:38 2016 -0500 |
tree | 9b9e84a17001ef0f2e21abd3b2a36abfee2785ea | |
parent | 0b060eefd951fc111ecb77c7b1932b158e6a4f2c [diff] |
ARM: mxs: Remove unused variable warning Shuffle the macros around a little to remove the following warning when building for i.MX28: arch/arm/cpu/arm926ejs/mxs/spl_boot.c:44:26: warning: ‘iomux_boot’ defined but not used [-Wunused-const-variable=] static const iomux_cfg_t iomux_boot[] = { ^~~~~~~~~~ Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@konsulko.com> Cc: Stefano Babic <sbabic@denx.de>