]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-stm32mp/config.mk
arm: stm32: add new architecture for STM32MP family
[u-boot] / arch / arm / mach-stm32mp / config.mk
1 #
2 # Copyright (C) 2018, STMicroelectronics - All Rights Reserved
3 #
4 # SPDX-License-Identifier:      GPL-2.0+        BSD-3-Clause
5 #
6
7 ALL-$(CONFIG_SPL_BUILD) += spl/u-boot-spl.stm32
8
9 MKIMAGEFLAGS_u-boot-spl.stm32 = -T stm32image -a $(CONFIG_SPL_TEXT_BASE) -e $(CONFIG_SPL_TEXT_BASE)
10
11 spl/u-boot-spl.stm32: MKIMAGEOUTPUT = spl/u-boot-spl.stm32.log
12
13 spl/u-boot-spl.stm32: spl/u-boot-spl.bin FORCE
14         $(call if_changed,mkimage)