aboutsummaryrefslogtreecommitdiff
path: root/include/configs/stm32mp15_dh_dhsom.h
blob: c559cd72da750c5ced8cc9116831a1e0a12f6a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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