blob: 34e59c61ac089ae9255d65fc6f4f06b9f6ced092 [file] [log] [blame]
Patrick Delaunay85b53972018-03-12 10:46:10 +01001#
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)