commit | 95c891966f5aa6337f2838a964b8a8b90a1d3dba | [log] [tgz] |
---|---|---|
author | Vikas Manocha <vikas.manocha@st.com> | Fri Jan 15 17:49:06 2016 -0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 20 10:19:41 2016 -0500 |
tree | 2e0c6c0634950c3e7bd69f2b3f7c1668d30f459e | |
parent | 2d0e5572b8012688acff1c780b7dc718cf00d1f3 [diff] [blame] |
stm32: move stm32 specific code to mach-stm32 This patch moves stm32 sources at one place, with this armv7m now contains only generic stuff. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
diff --git a/arch/arm/mach-stm32/stm32f1/Kconfig b/arch/arm/mach-stm32/stm32f1/Kconfig new file mode 100644 index 0000000..f627fd2 --- /dev/null +++ b/arch/arm/mach-stm32/stm32f1/Kconfig
@@ -0,0 +1,3 @@ +if STM32F1 + +endif