Searched hist:"584 a69cb5ef2ad52536ea3f0803e698f2aab999e" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap4/ |
| H A D | hw_data.c | 584a69cb5ef2ad52536ea3f0803e698f2aab999e Tue Jan 17 03:22:58 UTC 2017 Lokesh Vutla <lokeshvutla@ti.com> 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>
|