From 246771b1845df858007165827d934ca9c43153b3 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Wed, 13 Sep 2017 18:00:12 +0200 Subject: board: Add stm32h7 SoC, discovery and evaluation boards support This patch adds support for stm32h7 soc family, stm32h743 discovery and evaluation boards. For more information about STM32H7 series, please visit: http://www.st.com/en/microcontrollers/stm32h7-series.html Signed-off-by: Patrice Chotard Reviewed-by: Simon Glass --- board/st/stm32h743-eval/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 board/st/stm32h743-eval/Makefile (limited to 'board/st/stm32h743-eval/Makefile') diff --git a/board/st/stm32h743-eval/Makefile b/board/st/stm32h743-eval/Makefile new file mode 100644 index 0000000000..4f25b2d96b --- /dev/null +++ b/board/st/stm32h743-eval/Makefile @@ -0,0 +1,8 @@ +# +# (C) Copyright 2017 +# Patrice Chotard, +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := stm32h743-eval.o -- cgit