xref: /openbmc/u-boot/arch/arm/mach-stm32mp/config.mk (revision 9c0e2f6e)
1#
2# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
3#
4# SPDX-License-Identifier:	GPL-2.0+	BSD-3-Clause
5#
6
7ALL-$(CONFIG_SPL_BUILD) += spl/u-boot-spl.stm32
8
9MKIMAGEFLAGS_u-boot-spl.stm32 = -T stm32image -a $(CONFIG_SPL_TEXT_BASE) -e $(CONFIG_SPL_TEXT_BASE)
10
11spl/u-boot-spl.stm32: MKIMAGEOUTPUT = spl/u-boot-spl.stm32.log
12
13spl/u-boot-spl.stm32: spl/u-boot-spl.bin FORCE
14	$(call if_changed,mkimage)
15