diff options
author | Vikas Manocha | 2016-01-15 17:49:06 -0800 |
---|---|---|
committer | Tom Rini | 2016-01-20 10:19:41 -0500 |
commit | 0a61ee880ceecfa8e3ac12774c4424a73c0ba91d (patch) | |
tree | 2e0c6c0634950c3e7bd69f2b3f7c1668d30f459e /configs | |
parent | a260af611834466afb0aeeb53cec0bcdf2228b7c (diff) |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/stm32f429-discovery_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig index 7512457d0bf..fb330e25ae3 100644 --- a/configs/stm32f429-discovery_defconfig +++ b/configs/stm32f429-discovery_defconfig @@ -1,4 +1,6 @@ CONFIG_ARM=y +CONFIG_STM32=y +CONFIG_STM32F4=y CONFIG_TARGET_STM32F429_DISCOVERY=y CONFIG_SYS_PROMPT="U-Boot > " # CONFIG_CMD_SETEXPR is not set |