dh_stm32mp1.h 316 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
  2. /*
  3. * Copyright (C) 2020 Marek Vasut <marex@denx.de>
  4. *
  5. * Configuration settings for the DH STM32MP15x SoMs
  6. */
  7. #ifndef __CONFIG_DH_STM32MP1_H__
  8. #define __CONFIG_DH_STM32MP1_H__
  9. #include <configs/stm32mp1.h>
  10. #define CONFIG_SPL_TARGET "u-boot.itb"
  11. #endif