summaryrefslogtreecommitdiff
path: root/include/configs/stm32mp15_dh_dhsom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/stm32mp15_dh_dhsom.h')
-rw-r--r--include/configs/stm32mp15_dh_dhsom.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/stm32mp15_dh_dhsom.h b/include/configs/stm32mp15_dh_dhsom.h
new file mode 100644
index 0000000000..c559cd72da
--- /dev/null
+++ b/include/configs/stm32mp15_dh_dhsom.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
+/*
+ * Copyright (C) 2020 Marek Vasut <marex@denx.de>
+ *
+ * Configuration settings for the DH STM32MP15x SoMs
+ */
+
+#ifndef __CONFIG_STM32MP15_DH_DHSOM_H__
+#define __CONFIG_STM32MP15_DH_DHSOM_H__
+
+#include <configs/stm32mp15_common.h>
+
+#define CONFIG_SPL_TARGET "u-boot.itb"
+
+#endif