diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2017-01-17 08:52:58 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-20 15:38:03 -0500 |
commit | 584a69cb5ef2ad52536ea3f0803e698f2aab999e (patch) | |
tree | 7c9f9f0f5746d8b5555519aeb833909a72b43940 /common/env_nand.c | |
parent | 80d2ae5e1f14c6caf96c9eb6cb68e8f68b2e5788 (diff) | |
download | u-boot-imx-584a69cb5ef2ad52536ea3f0803e698f2aab999e.zip u-boot-imx-584a69cb5ef2ad52536ea3f0803e698f2aab999e.tar.gz u-boot-imx-584a69cb5ef2ad52536ea3f0803e698f2aab999e.tar.bz2 |
ARM: OMAP4: Fix compiler warning
Latest gcc 6.2 compiler is throwing the below warning for omap4_panda_defconfig
arch/arm/mach-omap2/omap4/hw_data.c:136:3: warning: 'abe_dpll_params_sysclk_196608khz' defined but not used [-Wunused-const-variable=]
abe_dpll_params_sysclk_196608khz[NUM_SYS_CLKS] = {
Fix this by guarding it with CONFIG_SYS_OMAP_ABE_SYSCK
Reported-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'common/env_nand.c')
0 files changed, 0 insertions, 0 deletions