mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
16 lines
316 B
C
16 lines
316 B
C
|
/* 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_DH_STM32MP1_H__
|
||
|
#define __CONFIG_DH_STM32MP1_H__
|
||
|
|
||
|
#include <configs/stm32mp1.h>
|
||
|
|
||
|
#define CONFIG_SPL_TARGET "u-boot.itb"
|
||
|
|
||
|
#endif
|