diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-02-09 13:09:56 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-13 21:45:37 -0400 |
commit | 1b76a7333abe821851b0583d925809182611efa0 (patch) | |
tree | 017ec14c8a762641e0ec43665569e720aef42bdf /board | |
parent | 2536f18bfa22eacc8d39d5b68762374f4bca8986 (diff) | |
download | u-boot-1b76a7333abe821851b0583d925809182611efa0.zip u-boot-1b76a7333abe821851b0583d925809182611efa0.tar.gz u-boot-1b76a7333abe821851b0583d925809182611efa0.tar.bz2 |
arch-stm32: Remove stm32_periph.h
Remove arch/arm/include/asm/arch-stm32fx/stm32_periph.h
as all defines or enums are no more used.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/st/stm32f746-disco/stm32f746-disco.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/st/stm32f746-disco/stm32f746-disco.c b/board/st/stm32f746-disco/stm32f746-disco.c index ec39468..05b316f 100644 --- a/board/st/stm32f746-disco/stm32f746-disco.c +++ b/board/st/stm32f746-disco/stm32f746-disco.c @@ -13,7 +13,6 @@ #include <asm/armv7m.h> #include <asm/arch/stm32.h> #include <asm/arch/gpio.h> -#include <asm/arch/stm32_periph.h> #include <asm/arch/syscfg.h> #include <asm/gpio.h> |