Patrick Delaunay | 85b5397 | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 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) |