diff options
author | Jassi Brar <jaswinder.singh@linaro.org> | 2012-08-07 14:59:18 +0530 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-24 09:34:22 -0500 |
commit | 02c41535b6a4744e28e89938584d8db230ac014f (patch) | |
tree | 087f5e395d944f512475e33efc7609501975a42b /arch/arm/include | |
parent | c71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928 (diff) | |
download | u-boot-imx-02c41535b6a4744e28e89938584d8db230ac014f.zip u-boot-imx-02c41535b6a4744e28e89938584d8db230ac014f.tar.gz u-boot-imx-02c41535b6a4744e28e89938584d8db230ac014f.tar.bz2 |
ARM: OMAP4/5: Remove dead code against CONFIG_SYS_CLOCKS_ENABLE_ALL
The commit
f3f98bb0 : "ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls"
removed the config option aimed towards moving that stuff into kernel, which
renders some code unreachable. Remove that code.
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/omap_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index a78f990..4efc89e 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -567,7 +567,6 @@ u32 omap_ddr_clk(void); u32 get_sys_clk_index(void); void enable_basic_clocks(void); void enable_basic_uboot_clocks(void); -void enable_non_essential_clocks(void); void scale_vcores(struct vcores_data const *); u32 get_offset_code(u32 volt_offset, struct pmic_data *pmic); void do_scale_vcore(u32 vcore_reg, u32 volt_mv, struct pmic_data *pmic); |