diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-01-18 14:10:04 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-28 09:39:15 -0500 |
commit | 68a69ed2a41551063f012e1ef5f18f2eb4d07f34 (patch) | |
tree | 72f5021fae661f773b002a6e54c62aa5f0c33ea0 /arch | |
parent | 1e130558ab65a3d7dc9d644e7a97dee4b543e698 (diff) | |
download | u-boot-68a69ed2a41551063f012e1ef5f18f2eb4d07f34.zip u-boot-68a69ed2a41551063f012e1ef5f18f2eb4d07f34.tar.gz u-boot-68a69ed2a41551063f012e1ef5f18f2eb4d07f34.tar.bz2 |
clk: clk_stm32f: Remove STMMAC clock setup
Thanks to 'commit ba1f96672522 ("net: designware: add clock support")'
we don't need anymore to setup the STMMAC clock in board.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-stm32f7/stm32_periph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-stm32f7/stm32_periph.h b/arch/arm/include/asm/arch-stm32f7/stm32_periph.h index ae0faef..13f9c9b 100644 --- a/arch/arm/include/asm/arch-stm32f7/stm32_periph.h +++ b/arch/arm/include/asm/arch-stm32f7/stm32_periph.h @@ -23,7 +23,6 @@ enum periph_id { enum periph_clock { SYSCFG_CLOCK_CFG, TIMER2_CLOCK_CFG, - STMMAC_CLOCK_CFG, }; #endif /* __ASM_ARM_ARCH_PERIPH_H */ |